Html Css Color HEX #CAC93B Wattle

📋 copy color: '#CAC93B'

red 202 ◦ green 201 ◦ blue 59

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

Shades of Wattle #CAC93B

Tints of Wattle #CAC93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 43.72%
G = 43.51%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAC93B (or 0xCAC93B) is known color: Wattle. HEX triplet: CA, C9 and 3B. RGB value is (202,201,59). Sum of RGB (Red+Green+Blue) = 202+201+59=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC93B is #3536C4. Grayscale: #B9B9B9. Windows color (decimal): -3487429 or 3918282. OLE color: 3918282.

HSL color Cylindrical-coordinate representation of color #CAC93B: hue angle of 59.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAC93B is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 59 -
CMYK 0 0.00 0.71 0.21
HSL 59.58º 0.57% 0.51% -
HSV(B) 59.58º 0.71% 0.79% -
XYZ 46.03 54.65 12.26 -
YUV 185.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 202 201 59 0 0.00 0.71 0.21 59.58 0.57 0.51
Hex CA C9 3B 0 0 47 15 3C 39 33
Octal 312 311 73 0 0 107 25 74 71 63
Binary 11001010 11001001 111011 0 0 1000111 10101 111100 111001 110011

Color Harmonies of #CAC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC93B

Black with #CAC93B

Text Example


Text Example

White with #CAC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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