Html Css Color HEX #CCCE44 Wattle

📋 copy color: '#CCCE44'

red 204 ◦ green 206 ◦ blue 68

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

Shades of Wattle #CCCE44

Tints of Wattle #CCCE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 42.68%
G = 43.1%
B = 14.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CCCE44 (or 0xCCCE44) is known color: Wattle. HEX triplet: CC, CE and 44. RGB value is (204,206,68). Sum of RGB (Red+Green+Blue) = 204+206+68=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE44 is #3331BB. Grayscale: #BEBEBE. Windows color (decimal): -3355068 or 4509388. OLE color: 4509388.

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

Color convert

RGB 204 206 68 -
CMYK 0.01 0 0.67 0.19
HSL 60.87º 0.58% 0.54% -
HSV(B) 60.87º 0.67% 0.81% -
XYZ 48.02 57.4 14.02 -
YUV 189.67 59.34 138.22 -
System Red Green Blue C M Y K H S L
Decimal 204 206 68 0.01 0 0.67 0.19 60.87 0.58 0.54
Hex CC CE 44 1 0 43 13 3D 3A 36
Octal 314 316 104 1 0 103 23 75 72 66
Binary 11001100 11001110 1000100 1 0 1000011 10011 111101 111010 110110

Color Harmonies of #CCCE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE44

Black with #CCCE44

Text Example


Text Example

White with #CCCE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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