Html Css Color HEX #CECC4A Wattle

📋 copy color: '#CECC4A'

red 206 ◦ green 204 ◦ blue 74

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

Shades of Wattle #CECC4A

Tints of Wattle #CECC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 42.56%
G = 42.15%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CECC4A (or 0xCECC4A) is known color: Wattle. HEX triplet: CE, CC and 4A. RGB value is (206,204,74). Sum of RGB (Red+Green+Blue) = 206+204+74=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC4A is #3133B5. Grayscale: #BEBEBE. Windows color (decimal): -3224502 or 4902094. OLE color: 4902094.

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

Color convert

RGB 206 204 74 -
CMYK 0 0.01 0.64 0.19
HSL 59.09º 0.57% 0.55% -
HSV(B) 59.09º 0.64% 0.81% -
XYZ 48.28 56.8 14.9 -
YUV 189.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 206 204 74 0 0.01 0.64 0.19 59.09 0.57 0.55
Hex CE CC 4A 0 1 40 13 3B 39 37
Octal 316 314 112 0 1 100 23 73 71 67
Binary 11001110 11001100 1001010 0 1 1000000 10011 111011 111001 110111

Color Harmonies of #CECC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC4A

Black with #CECC4A

Text Example


Text Example

White with #CECC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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