Html Css Color HEX #CAC64C Wattle

📋 copy color: '#CAC64C'

red 202 ◦ green 198 ◦ blue 76

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

Shades of Wattle #CAC64C

Tints of Wattle #CAC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.6%

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 42.44%
G = 41.6%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CAC64C (or 0xCAC64C) is known color: Wattle. HEX triplet: CA, C6 and 4C. RGB value is (202,198,76). Sum of RGB (Red+Green+Blue) = 202+198+76=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC64C is #3539B3. Grayscale: #B9B9B9. Windows color (decimal): -3488180 or 5031626. OLE color: 5031626.

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

Color convert

RGB 202 198 76 -
CMYK 0 0.02 0.62 0.21
HSL 58.1º 0.54% 0.55% -
HSV(B) 58.1º 0.62% 0.79% -
XYZ 45.86 53.47 14.74 -
YUV 185.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 202 198 76 0 0.02 0.62 0.21 58.1 0.54 0.55
Hex CA C6 4C 0 2 3E 15 3A 36 37
Octal 312 306 114 0 2 76 25 72 66 67
Binary 11001010 11000110 1001100 0 10 111110 10101 111010 110110 110111

Color Harmonies of #CAC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC64C

Black with #CAC64C

Text Example


Text Example

White with #CAC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC64C; }

 p { color: rgb(202,198,76); }

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

background-color css

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

 a { background-color: rgb(202,198,76); }

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

border-color css

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

 span { border-color: rgb(202,198,76); }

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