Html Css Color HEX #CCCA34 Wattle

📋 copy color: '#CCCA34'

red 204 ◦ green 202 ◦ blue 52

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

Shades of Wattle #CCCA34

Tints of Wattle #CCCA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.35%

R = 44.54%
G = 44.1%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCCA34 (or 0xCCCA34) is known color: Wattle. HEX triplet: CC, CA and 34. RGB value is (204,202,52). Sum of RGB (Red+Green+Blue) = 204+202+52=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA34 is #3335CB. Grayscale: #BABABA. Windows color (decimal): -3356108 or 3459788. OLE color: 3459788.

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

Color convert

RGB 204 202 52 -
CMYK 0 0.01 0.75 0.2
HSL 59.21º 0.6% 0.5% -
HSV(B) 59.21º 0.75% 0.8% -
XYZ 46.64 55.33 11.47 -
YUV 185.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 204 202 52 0 0.01 0.75 0.2 59.21 0.6 0.5
Hex CC CA 34 0 1 4B 14 3B 3C 32
Octal 314 312 64 0 1 113 24 73 74 62
Binary 11001100 11001010 110100 0 1 1001011 10100 111011 111100 110010

Color Harmonies of #CCCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA34

Black with #CCCA34

Text Example


Text Example

White with #CCCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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