Html Css Color HEX #CAC740 Wattle

📋 copy color: '#CAC740'

red 202 ◦ green 199 ◦ blue 64

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

Shades of Wattle #CAC740

Tints of Wattle #CAC740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 43.44%
G = 42.8%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC740 (or 0xCAC740) is known color: Wattle. HEX triplet: CA, C7 and 40. RGB value is (202,199,64). Sum of RGB (Red+Green+Blue) = 202+199+64=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC740 is #3538BF. Grayscale: #B9B9B9. Windows color (decimal): -3487936 or 4245450. OLE color: 4245450.

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

Color convert

RGB 202 199 64 -
CMYK 0 0.01 0.68 0.21
HSL 58.7º 0.57% 0.52% -
HSV(B) 58.7º 0.68% 0.79% -
XYZ 45.71 53.77 12.82 -
YUV 184.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 202 199 64 0 0.01 0.68 0.21 58.7 0.57 0.52
Hex CA C7 40 0 1 44 15 3B 39 34
Octal 312 307 100 0 1 104 25 73 71 64
Binary 11001010 11000111 1000000 0 1 1000100 10101 111011 111001 110100

Color Harmonies of #CAC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC740

Black with #CAC740

Text Example


Text Example

White with #CAC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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