Html Css Color HEX #CAC93D Wattle

📋 copy color: '#CAC93D'

red 202 ◦ green 201 ◦ blue 61

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

Shades of Wattle #CAC93D

Tints of Wattle #CAC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

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

R = 43.53%
G = 43.32%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC93D (or 0xCAC93D) is known color: Wattle. HEX triplet: CA, C9 and 3D. RGB value is (202,201,61). Sum of RGB (Red+Green+Blue) = 202+201+61=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC93D is #3536C2. Grayscale: #B9B9B9. Windows color (decimal): -3487427 or 4049354. OLE color: 4049354.

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

Color convert

RGB 202 201 61 -
CMYK 0 0.00 0.70 0.21
HSL 59.57º 0.57% 0.52% -
HSV(B) 59.57º 0.7% 0.79% -
XYZ 46.09 54.67 12.54 -
YUV 185.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 202 201 61 0 0.00 0.70 0.21 59.57 0.57 0.52
Hex CA C9 3D 0 0 46 15 3C 39 34
Octal 312 311 75 0 0 106 25 74 71 64
Binary 11001010 11001001 111101 0 0 1000110 10101 111100 111001 110100

Color Harmonies of #CAC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC93D

Black with #CAC93D

Text Example


Text Example

White with #CAC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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