Html Css Color HEX #CAC335 Wattle

📋 copy color: '#CAC335'

red 202 ◦ green 195 ◦ blue 53

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

Shades of Wattle #CAC335

Tints of Wattle #CAC335

RGB

 RED value IS 202 (79.3% from 255) = 44.89%

 GREEN value IS 195 (76.56% from 255) = 43.33%

 BLUE value IS 53 (21.09% from 255) = 11.78%

R = 44.89%
G = 43.33%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CAC335 (or 0xCAC335) is known color: Wattle. HEX triplet: CA, C3 and 35. RGB value is (202,195,53). Sum of RGB (Red+Green+Blue) = 202+195+53=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC335 is #353CCA. Grayscale: #B5B5B5. Windows color (decimal): -3488971 or 3523530. OLE color: 3523530.

HSL color Cylindrical-coordinate representation of color #CAC335: hue angle of 57.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAC335 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 53 -
CMYK 0 0.03 0.74 0.21
HSL 57.18º 0.58% 0.5% -
HSV(B) 57.18º 0.74% 0.79% -
XYZ 44.51 51.84 11.03 -
YUV 180.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 202 195 53 0 0.03 0.74 0.21 57.18 0.58 0.5
Hex CA C3 35 0 3 4A 15 39 3A 32
Octal 312 303 65 0 3 112 25 71 72 62
Binary 11001010 11000011 110101 0 11 1001010 10101 111001 111010 110010

Color Harmonies of #CAC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC335

Black with #CAC335

Text Example


Text Example

White with #CAC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC335; }

 p { color: rgb(202,195,53); }

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

background-color css

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

 a { background-color: rgb(202,195,53); }

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

border-color css

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

 span { border-color: rgb(202,195,53); }

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