#cecb1e

Color #CECB1E Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CECB1E

Tints of Barberry #CECB1E

Color information

#CECB1E (or 0xCECB1E) is unknown color: approx Barberry. HEX triplet: CE, CB and 1E. RGB value is (206,203,30). Sum of RGB (Red+Green+Blue) = 206+203+30=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1E is #3134E1. Grayscale: #B8B8B8. Windows color (decimal): -3224802 or 2018254. OLE color: 2018254.

HSL color Cylindrical-coordinate representation of color #CECB1E: hue angle of 58.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CECB1E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20620330-
CMYK00.010.850.19
HSL58.98º74.58%46.27%-
HSV(B)58.98º85.44%80.78%-
XYZ47.0455.939.54-
YUV184.1840.99143.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=46.92%
G=46.24%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062033000.010.850.1958.9874.5846.27
HexCECB1E0155133b4b2e
Octal3163133601125237311356
Binary110011101100101111110011010101100111110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cecb1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cecb1e; }

 p { color: rgb(206,203,30); }

 H1.HeaderClassName
 {
   color: #cecb1e;
 }
 .AnyTagClassName
 {
   color: #cecb1e;
 }
</style>
background-color css

<style>
 a { background-color: #cecb1e; }

 a { background-color: rgb(206,203,30); }

 div.DivClassName
 {
   background-color: #cecb1e;
 }
 .BgClassName
 {
   background-color: #cecb1e;
 }
</style>
border-color css

<style>
 span { border-color: #cecb1e; }

 span { border-color: rgb(206,203,30); }

 td.TdClassName
 {
   border-color: #cecb1e;
 }
 .TagClassName
 {
   border-color: #cecb1e;
 }
</style>