#ceca1c

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

Shades of Barberry #CECA1C

Tints of Barberry #CECA1C

Color information

#CECA1C (or 0xCECA1C) is unknown color: approx Barberry. HEX triplet: CE, CA and 1C. RGB value is (206,202,28). Sum of RGB (Red+Green+Blue) = 206+202+28=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1C is #3135E3. Grayscale: #B8B8B8. Windows color (decimal): -3225060 or 1886926. OLE color: 1886926.

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

Color convert

RGB20620228-
CMYK00.020.860.19
HSL58.65º76.07%45.88%-
HSV(B)58.65º86.41%80.78%-
XYZ46.7855.459.34-
YUV183.3640.33144.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 28 (11.33% from 255) = 6.42%
R=47.25%
G=46.33%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062022800.020.860.1958.6576.0745.88
HexCECA1C0256133b4c2e
Octal3163123402126237311456
Binary1100111011001010111000101010110100111110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceca1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceca1c; }

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

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

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

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

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

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

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

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