#CECB1F

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

Shades of Barberry #CECB1F

Tints of Barberry #CECB1F

Color information

#CECB1F (or 0xCECB1F) is unknown color: approx Barberry. HEX triplet: CE, CB and 1F. RGB value is (206,203,31). Sum of RGB (Red+Green+Blue) = 206+203+31=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1F is #3134E0. Grayscale: #B8B8B8. Windows color (decimal): -3224801 or 2083790. OLE color: 2083790.

HSL color Cylindrical-coordinate representation of color #CECB1F: hue angle of 58.97º degrees, saturation: 0.74, 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 #CECB1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20620331-
CMYK00.010.850.19
HSL58.97º73.84%46.47%-
HSV(B)58.97º84.95%80.78%-
XYZ47.0655.939.61-
YUV184.2941.49143.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 31 (12.5% from 255) = 7.05%
R=46.82%
G=46.14%
B=7.05%

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
Decimal2062033100.010.850.1958.9773.8446.47
HexCECB1F0155133b4a2e
Octal3163133701125237311256
Binary110011101100101111111011010101100111110111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB1F; }

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

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

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

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

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

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

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

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