Html Css Color HEX #CCCE49 Wattle

📋 copy color: '#CCCE49'

red 204 ◦ green 206 ◦ blue 73

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

Shades of Wattle #CCCE49

Tints of Wattle #CCCE49

RGB

 RED value IS 204 (80.08% from 255) = 42.24%

 GREEN value IS 206 (80.86% from 255) = 42.65%

 BLUE value IS 73 (28.91% from 255) = 15.11%

R = 42.24%
G = 42.65%
B = 15.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CCCE49 (or 0xCCCE49) is known color: Wattle. HEX triplet: CC, CE and 49. RGB value is (204,206,73). Sum of RGB (Red+Green+Blue) = 204+206+73=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE49 is #3331B6. Grayscale: #BEBEBE. Windows color (decimal): -3355063 or 4837068. OLE color: 4837068.

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

Color convert

RGB 204 206 73 -
CMYK 0.01 0 0.65 0.19
HSL 60.9º 0.58% 0.55% -
HSV(B) 60.9º 0.65% 0.81% -
XYZ 48.18 57.46 14.86 -
YUV 190.24 61.84 137.81 -
System Red Green Blue C M Y K H S L
Decimal 204 206 73 0.01 0 0.65 0.19 60.9 0.58 0.55
Hex CC CE 49 1 0 41 13 3D 3A 37
Octal 314 316 111 1 0 101 23 75 72 67
Binary 11001100 11001110 1001001 1 0 1000001 10011 111101 111010 110111

Color Harmonies of #CCCE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE49

Black with #CCCE49

Text Example


Text Example

White with #CCCE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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