Html Css Color HEX #CAC73D Wattle

📋 copy color: '#CAC73D'

red 202 ◦ green 199 ◦ blue 61

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

Shades of Wattle #CAC73D

Tints of Wattle #CAC73D

RGB

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

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

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

R = 43.72%
G = 43.07%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC73D (or 0xCAC73D) is known color: Wattle. HEX triplet: CA, C7 and 3D. RGB value is (202,199,61). Sum of RGB (Red+Green+Blue) = 202+199+61=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC73D is #3538C2. Grayscale: #B8B8B8. Windows color (decimal): -3487939 or 4048842. OLE color: 4048842.

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

Color convert

RGB 202 199 61 -
CMYK 0 0.01 0.70 0.21
HSL 58.72º 0.57% 0.52% -
HSV(B) 58.72º 0.7% 0.79% -
XYZ 45.62 53.74 12.38 -
YUV 184.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 202 199 61 0 0.01 0.70 0.21 58.72 0.57 0.52
Hex CA C7 3D 0 1 46 15 3B 39 34
Octal 312 307 75 0 1 106 25 73 71 64
Binary 11001010 11000111 111101 0 1 1000110 10101 111011 111001 110100

Color Harmonies of #CAC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC73D

Black with #CAC73D

Text Example


Text Example

White with #CAC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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