Html Css Color HEX #CAC53D Wattle

📋 copy color: '#CAC53D'

red 202 ◦ green 197 ◦ blue 61

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

Shades of Wattle #CAC53D

Tints of Wattle #CAC53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 43.91%
G = 42.83%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC53D (or 0xCAC53D) is known color: Wattle. HEX triplet: CA, C5 and 3D. RGB value is (202,197,61). Sum of RGB (Red+Green+Blue) = 202+197+61=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53D is #353AC2. Grayscale: #B7B7B7. Windows color (decimal): -3488451 or 4048330. OLE color: 4048330.

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

Color convert

RGB 202 197 61 -
CMYK 0 0.02 0.70 0.21
HSL 57.87º 0.57% 0.52% -
HSV(B) 57.87º 0.7% 0.79% -
XYZ 45.17 52.83 12.23 -
YUV 182.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 202 197 61 0 0.02 0.70 0.21 57.87 0.57 0.52
Hex CA C5 3D 0 2 46 15 3A 39 34
Octal 312 305 75 0 2 106 25 72 71 64
Binary 11001010 11000101 111101 0 10 1000110 10101 111010 111001 110100

Color Harmonies of #CAC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC53D

Black with #CAC53D

Text Example


Text Example

White with #CAC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC53D; }

 p { color: rgb(202,197,61); }

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

background-color css

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

 a { background-color: rgb(202,197,61); }

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

border-color css

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

 span { border-color: rgb(202,197,61); }

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