Html Css Color HEX #CECC4C Wattle

📋 copy color: '#CECC4C'

red 206 ◦ green 204 ◦ blue 76

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

Shades of Wattle #CECC4C

Tints of Wattle #CECC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 42.39%
G = 41.98%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CECC4C (or 0xCECC4C) is known color: Wattle. HEX triplet: CE, CC and 4C. RGB value is (206,204,76). Sum of RGB (Red+Green+Blue) = 206+204+76=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC4C is #3133B3. Grayscale: #BEBEBE. Windows color (decimal): -3224500 or 5033166. OLE color: 5033166.

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

Color convert

RGB 206 204 76 -
CMYK 0 0.01 0.63 0.19
HSL 59.08º 0.57% 0.55% -
HSV(B) 59.08º 0.63% 0.81% -
XYZ 48.35 56.83 15.26 -
YUV 190.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 206 204 76 0 0.01 0.63 0.19 59.08 0.57 0.55
Hex CE CC 4C 0 1 3F 13 3B 39 37
Octal 316 314 114 0 1 77 23 73 71 67
Binary 11001110 11001100 1001100 0 1 111111 10011 111011 111001 110111

Color Harmonies of #CECC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC4C

Black with #CECC4C

Text Example


Text Example

White with #CECC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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