Html Css Color HEX #CAC942 Wattle

📋 copy color: '#CAC942'

red 202 ◦ green 201 ◦ blue 66

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

Shades of Wattle #CAC942

Tints of Wattle #CAC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 43.07%
G = 42.86%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAC942 (or 0xCAC942) is known color: Wattle. HEX triplet: CA, C9 and 42. RGB value is (202,201,66). Sum of RGB (Red+Green+Blue) = 202+201+66=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC942 is #3536BD. Grayscale: #BABABA. Windows color (decimal): -3487422 or 4377034. OLE color: 4377034.

HSL color Cylindrical-coordinate representation of color #CAC942: hue angle of 59.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAC942 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 66 -
CMYK 0 0.00 0.67 0.21
HSL 59.56º 0.56% 0.53% -
HSV(B) 59.56º 0.67% 0.79% -
XYZ 46.23 54.72 13.28 -
YUV 185.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 202 201 66 0 0.00 0.67 0.21 59.56 0.56 0.53
Hex CA C9 42 0 0 43 15 3C 38 35
Octal 312 311 102 0 0 103 25 74 70 65
Binary 11001010 11001001 1000010 0 0 1000011 10101 111100 111000 110101

Color Harmonies of #CAC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC942

Black with #CAC942

Text Example


Text Example

White with #CAC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC942; }

 p { color: rgb(202,201,66); }

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

background-color css

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

 a { background-color: rgb(202,201,66); }

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

border-color css

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

 span { border-color: rgb(202,201,66); }

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