Html Css Color HEX #CCCA31 Wattle

📋 copy color: '#CCCA31'

red 204 ◦ green 202 ◦ blue 49

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

Shades of Wattle #CCCA31

Tints of Wattle #CCCA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.77%

R = 44.84%
G = 44.4%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCCA31 (or 0xCCCA31) is known color: Wattle. HEX triplet: CC, CA and 31. RGB value is (204,202,49). Sum of RGB (Red+Green+Blue) = 204+202+49=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA31 is #3335CE. Grayscale: #B9B9B9. Windows color (decimal): -3356111 or 3263180. OLE color: 3263180.

HSL color Cylindrical-coordinate representation of color #CCCA31: hue angle of 59.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCA31 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 49 -
CMYK 0 0.01 0.76 0.2
HSL 59.23º 0.61% 0.5% -
HSV(B) 59.23º 0.76% 0.8% -
XYZ 46.58 55.3 11.12 -
YUV 185.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 204 202 49 0 0.01 0.76 0.2 59.23 0.61 0.5
Hex CC CA 31 0 1 4C 14 3B 3D 32
Octal 314 312 61 0 1 114 24 73 75 62
Binary 11001100 11001010 110001 0 1 1001100 10100 111011 111101 110010

Color Harmonies of #CCCA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA31

Black with #CCCA31

Text Example


Text Example

White with #CCCA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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