Html Css Color HEX #CAC74D Wattle

📋 copy color: '#CAC74D'

red 202 ◦ green 199 ◦ blue 77

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

Shades of Wattle #CAC74D

Tints of Wattle #CAC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.63%

 BLUE value IS 77 (30.47% from 255) = 16.11%

R = 42.26%
G = 41.63%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CAC74D (or 0xCAC74D) is known color: Wattle. HEX triplet: CA, C7 and 4D. RGB value is (202,199,77). Sum of RGB (Red+Green+Blue) = 202+199+77=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC74D is #3538B2. Grayscale: #BABABA. Windows color (decimal): -3487923 or 5097418. OLE color: 5097418.

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

Color convert

RGB 202 199 77 -
CMYK 0 0.01 0.62 0.21
HSL 58.56º 0.54% 0.55% -
HSV(B) 58.56º 0.62% 0.79% -
XYZ 46.12 53.94 15 -
YUV 185.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 202 199 77 0 0.01 0.62 0.21 58.56 0.54 0.55
Hex CA C7 4D 0 1 3E 15 3B 36 37
Octal 312 307 115 0 1 76 25 73 66 67
Binary 11001010 11000111 1001101 0 1 111110 10101 111011 110110 110111

Color Harmonies of #CAC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC74D

Black with #CAC74D

Text Example


Text Example

White with #CAC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC74D; }

 p { color: rgb(202,199,77); }

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

background-color css

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

 a { background-color: rgb(202,199,77); }

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

border-color css

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

 span { border-color: rgb(202,199,77); }

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