Html Css Color HEX #CAA701 Buddha Gold

📋 copy color: '#CAA701'

red 202 ◦ green 167 ◦ blue 1

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

Shades of Buddha Gold #CAA701

Tints of Buddha Gold #CAA701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.59%
G = 45.14%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAA701 (or 0xCAA701) is known color: Buddha Gold. HEX triplet: CA, A7 and 01. RGB value is (202,167,1). Sum of RGB (Red+Green+Blue) = 202+167+1=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA701 is #3558FE. Grayscale: #9F9F9F. Windows color (decimal): -3496191 or 108490. OLE color: 108490.

HSL color Cylindrical-coordinate representation of color #CAA701: hue angle of 49.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAA701 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 1 -
CMYK 0 0.17 1.00 0.21
HSL 49.55º 0.99% 0.4% -
HSV(B) 49.55º 1% 0.79% -
XYZ 38.18 40.2 5.77 -
YUV 158.54 39.1 159 -
System Red Green Blue C M Y K H S L
Decimal 202 167 1 0 0.17 1.00 0.21 49.55 0.99 0.4
Hex CA A7 1 0 11 64 15 32 63 28
Octal 312 247 1 0 21 144 25 62 143 50
Binary 11001010 10100111 1 0 10001 1100100 10101 110010 1100011 101000

Color Harmonies of #CAA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA701

Black with #CAA701

Text Example


Text Example

White with #CAA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA701; }

 p { color: rgb(202,167,1); }

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

background-color css

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

 a { background-color: rgb(202,167,1); }

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

border-color css

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

 span { border-color: rgb(202,167,1); }

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