Html Css Color HEX #CAC84B Wattle

📋 copy color: '#CAC84B'

red 202 ◦ green 200 ◦ blue 75

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

Shades of Wattle #CAC84B

Tints of Wattle #CAC84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

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

R = 42.35%
G = 41.93%
B = 15.72%

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

#CAC84B (or 0xCAC84B) is known color: Wattle. HEX triplet: CA, C8 and 4B. RGB value is (202,200,75). Sum of RGB (Red+Green+Blue) = 202+200+75=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC84B is #3537B4. Grayscale: #BABABA. Windows color (decimal): -3487669 or 4966602. OLE color: 4966602.

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

Color convert

RGB 202 200 75 -
CMYK 0 0.01 0.63 0.21
HSL 59.06º 0.55% 0.54% -
HSV(B) 59.06º 0.63% 0.79% -
XYZ 46.28 54.37 14.71 -
YUV 186.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 202 200 75 0 0.01 0.63 0.21 59.06 0.55 0.54
Hex CA C8 4B 0 1 3F 15 3B 37 36
Octal 312 310 113 0 1 77 25 73 67 66
Binary 11001010 11001000 1001011 0 1 111111 10101 111011 110111 110110

Color Harmonies of #CAC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC84B

Black with #CAC84B

Text Example


Text Example

White with #CAC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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