Html Css Color HEX #CECC31 Wattle

📋 copy color: '#CECC31'

red 206 ◦ green 204 ◦ blue 49

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

Shades of Wattle #CECC31

Tints of Wattle #CECC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 44.88%
G = 44.44%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CECC31 (or 0xCECC31) is known color: Wattle. HEX triplet: CE, CC and 31. RGB value is (206,204,49). Sum of RGB (Red+Green+Blue) = 206+204+49=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC31 is #3133CE. Grayscale: #BBBBBB. Windows color (decimal): -3224527 or 3263694. OLE color: 3263694.

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

Color convert

RGB 206 204 49 -
CMYK 0 0.01 0.76 0.19
HSL 59.24º 0.62% 0.5% -
HSV(B) 59.24º 0.76% 0.81% -
XYZ 47.6 56.53 11.31 -
YUV 186.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 206 204 49 0 0.01 0.76 0.19 59.24 0.62 0.5
Hex CE CC 31 0 1 4C 13 3B 3E 32
Octal 316 314 61 0 1 114 23 73 76 62
Binary 11001110 11001100 110001 0 1 1001100 10011 111011 111110 110010

Color Harmonies of #CECC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC31

Black with #CECC31

Text Example


Text Example

White with #CECC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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