Html Css Color HEX #CAC741 Wattle

📋 copy color: '#CAC741'

red 202 ◦ green 199 ◦ blue 65

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

Shades of Wattle #CAC741

Tints of Wattle #CAC741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 43.35%
G = 42.7%
B = 13.95%

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

#CAC741 (or 0xCAC741) is known color: Wattle. HEX triplet: CA, C7 and 41. RGB value is (202,199,65). Sum of RGB (Red+Green+Blue) = 202+199+65=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC741 is #3538BE. Grayscale: #B9B9B9. Windows color (decimal): -3487935 or 4310986. OLE color: 4310986.

HSL color Cylindrical-coordinate representation of color #CAC741: hue angle of 58.69º degrees, saturation: 0.56, 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 #CAC741 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 65 -
CMYK 0 0.01 0.68 0.21
HSL 58.69º 0.56% 0.52% -
HSV(B) 58.69º 0.68% 0.79% -
XYZ 45.73 53.79 12.97 -
YUV 184.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 202 199 65 0 0.01 0.68 0.21 58.69 0.56 0.52
Hex CA C7 41 0 1 44 15 3B 38 34
Octal 312 307 101 0 1 104 25 73 70 64
Binary 11001010 11000111 1000001 0 1 1000100 10101 111011 111000 110100

Color Harmonies of #CAC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC741

Black with #CAC741

Text Example


Text Example

White with #CAC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC741; }

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

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

background-color css

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

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

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

border-color css

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

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

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