Html Css Color HEX #CAC74B Wattle

📋 copy color: '#CAC74B'

red 202 ◦ green 199 ◦ blue 75

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

Shades of Wattle #CAC74B

Tints of Wattle #CAC74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 42.44%
G = 41.81%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CAC74B (or 0xCAC74B) is known color: Wattle. HEX triplet: CA, C7 and 4B. RGB value is (202,199,75). Sum of RGB (Red+Green+Blue) = 202+199+75=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC74B is #3538B4. Grayscale: #BABABA. Windows color (decimal): -3487925 or 4966346. OLE color: 4966346.

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

Color convert

RGB 202 199 75 -
CMYK 0 0.01 0.63 0.21
HSL 58.58º 0.55% 0.54% -
HSV(B) 58.58º 0.63% 0.79% -
XYZ 46.05 53.91 14.64 -
YUV 185.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 202 199 75 0 0.01 0.63 0.21 58.58 0.55 0.54
Hex CA C7 4B 0 1 3F 15 3B 37 36
Octal 312 307 113 0 1 77 25 73 67 66
Binary 11001010 11000111 1001011 0 1 111111 10101 111011 110111 110110

Color Harmonies of #CAC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC74B

Black with #CAC74B

Text Example


Text Example

White with #CAC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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