Html Css Color HEX #CCC24D Wattle

📋 copy color: '#CCC24D'

red 204 ◦ green 194 ◦ blue 77

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

Shades of Wattle #CCC24D

Tints of Wattle #CCC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 42.95%
G = 40.84%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC24D (or 0xCCC24D) is known color: Wattle. HEX triplet: CC, C2 and 4D. RGB value is (204,194,77). Sum of RGB (Red+Green+Blue) = 204+194+77=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC24D is #333DB2. Grayscale: #B8B8B8. Windows color (decimal): -3358131 or 5096140. OLE color: 5096140.

HSL color Cylindrical-coordinate representation of color #CCC24D: hue angle of 55.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC24D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 77 -
CMYK 0 0.05 0.62 0.2
HSL 55.28º 0.55% 0.55% -
HSV(B) 55.28º 0.62% 0.8% -
XYZ 45.53 51.96 14.65 -
YUV 183.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 204 194 77 0 0.05 0.62 0.2 55.28 0.55 0.55
Hex CC C2 4D 0 5 3E 14 37 37 37
Octal 314 302 115 0 5 76 24 67 67 67
Binary 11001100 11000010 1001101 0 101 111110 10100 110111 110111 110111

Color Harmonies of #CCC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC24D

Black with #CCC24D

Text Example


Text Example

White with #CCC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC24D; }

 p { color: rgb(204,194,77); }

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

background-color css

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

 a { background-color: rgb(204,194,77); }

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

border-color css

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

 span { border-color: rgb(204,194,77); }

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