#CECA1F

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

Shades of Barberry #CECA1F

Tints of Barberry #CECA1F

Color information

#CECA1F (or 0xCECA1F) is unknown color: approx Barberry. HEX triplet: CE, CA and 1F. RGB value is (206,202,31). Sum of RGB (Red+Green+Blue) = 206+202+31=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1F is #3135E0. Grayscale: #B8B8B8. Windows color (decimal): -3225057 or 2083534. OLE color: 2083534.

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

Color convert

RGB20620231-
CMYK00.020.850.19
HSL58.63º73.84%46.47%-
HSV(B)58.63º84.95%80.78%-
XYZ46.8255.469.53-
YUV183.741.83143.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 31 (12.5% from 255) = 7.06%
R=46.92%
G=46.01%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062023100.020.850.1958.6373.8446.47
HexCECA1F0255133b4a2e
Octal3163123702125237311256
Binary1100111011001010111110101010101100111110111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA1F; }

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

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

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

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

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

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

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

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