Html Css Color HEX #CCCA4D Wattle

📋 copy color: '#CCCA4D'

red 204 ◦ green 202 ◦ blue 77

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

Shades of Wattle #CCCA4D

Tints of Wattle #CCCA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 42.24%
G = 41.82%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCCA4D (or 0xCCCA4D) is known color: Wattle. HEX triplet: CC, CA and 4D. RGB value is (204,202,77). Sum of RGB (Red+Green+Blue) = 204+202+77=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA4D is #3335B2. Grayscale: #BCBCBC. Windows color (decimal): -3356083 or 5098188. OLE color: 5098188.

HSL color Cylindrical-coordinate representation of color #CCCA4D: hue angle of 59.06º 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 #CCCA4D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 77 -
CMYK 0 0.01 0.62 0.2
HSL 59.06º 0.55% 0.55% -
HSV(B) 59.06º 0.62% 0.8% -
XYZ 47.36 55.61 15.26 -
YUV 188.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 204 202 77 0 0.01 0.62 0.2 59.06 0.55 0.55
Hex CC CA 4D 0 1 3E 14 3B 37 37
Octal 314 312 115 0 1 76 24 73 67 67
Binary 11001100 11001010 1001101 0 1 111110 10100 111011 110111 110111

Color Harmonies of #CCCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA4D

Black with #CCCA4D

Text Example


Text Example

White with #CCCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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