Html Css Color HEX #CECC18 Barberry

📋 copy color: '#CECC18'

red 206 ◦ green 204 ◦ blue 24

#CECC18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CECC18

Tints of Barberry #CECC18

RGB

 RED value IS 206 (80.86% from 255) = 47.47%

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 47.47%
G = 47%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CECC18 (or 0xCECC18) is known color: Barberry. HEX triplet: CE, CC and 18. RGB value is (206,204,24). Sum of RGB (Red+Green+Blue) = 206+204+24=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC18 is #3133E7. Grayscale: #B8B8B8. Windows color (decimal): -3224552 or 1625294. OLE color: 1625294.

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

Color convert

RGB 206 204 24 -
CMYK 0 0.01 0.88 0.19
HSL 59.34º 0.79% 0.45% -
HSV(B) 59.34º 0.88% 0.81% -
XYZ 47.21 56.37 9.26 -
YUV 184.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 206 204 24 0 0.01 0.88 0.19 59.34 0.79 0.45
Hex CE CC 18 0 1 58 13 3B 4F 2D
Octal 316 314 30 0 1 130 23 73 117 55
Binary 11001110 11001100 11000 0 1 1011000 10011 111011 1001111 101101

Color Harmonies of #CECC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC18

Black with #CECC18

Text Example


Text Example

White with #CECC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC18; }

 p { color: rgb(206,204,24); }

 H1.HeaderClassName
 {
   color: #CECC18;
 }
 .AnyTagClassName
 {
   color: #CECC18;
 }
</style>

background-color css

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

 a { background-color: rgb(206,204,24); }

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

border-color css

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

 span { border-color: rgb(206,204,24); }

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