Html Css Color HEX #CAC54F Wattle

📋 copy color: '#CAC54F'

red 202 ◦ green 197 ◦ blue 79

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

Shades of Wattle #CAC54F

Tints of Wattle #CAC54F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 79 (31.25% from 255) = 16.53%

R = 42.26%
G = 41.21%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CAC54F (or 0xCAC54F) is known color: Wattle. HEX triplet: CA, C5 and 4F. RGB value is (202,197,79). Sum of RGB (Red+Green+Blue) = 202+197+79=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC54F is #353AB0. Grayscale: #B9B9B9. Windows color (decimal): -3488433 or 5227978. OLE color: 5227978.

HSL color Cylindrical-coordinate representation of color #CAC54F: hue angle of 57.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC54F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 79 -
CMYK 0 0.02 0.61 0.21
HSL 57.56º 0.54% 0.55% -
HSV(B) 57.56º 0.61% 0.79% -
XYZ 45.73 53.05 15.23 -
YUV 185.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 202 197 79 0 0.02 0.61 0.21 57.56 0.54 0.55
Hex CA C5 4F 0 2 3D 15 3A 36 37
Octal 312 305 117 0 2 75 25 72 66 67
Binary 11001010 11000101 1001111 0 10 111101 10101 111010 110110 110111

Color Harmonies of #CAC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC54F

Black with #CAC54F

Text Example


Text Example

White with #CAC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC54F; }

 p { color: rgb(202,197,79); }

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

background-color css

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

 a { background-color: rgb(202,197,79); }

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

border-color css

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

 span { border-color: rgb(202,197,79); }

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