Html Css Color HEX #CAA001 Buddha Gold

📋 copy color: '#CAA001'

red 202 ◦ green 160 ◦ blue 1

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

Shades of Buddha Gold #CAA001

Tints of Buddha Gold #CAA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

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

R = 55.65%
G = 44.08%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAA001 (or 0xCAA001) is known color: Buddha Gold. HEX triplet: CA, A0 and 01. RGB value is (202,160,1). Sum of RGB (Red+Green+Blue) = 202+160+1=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA001 is #355FFE. Grayscale: #9B9B9B. Windows color (decimal): -3497983 or 106698. OLE color: 106698.

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

Color convert

RGB 202 160 1 -
CMYK 0 0.21 1.00 0.21
HSL 47.46º 0.99% 0.4% -
HSV(B) 47.46º 1% 0.79% -
XYZ 36.93 37.7 5.36 -
YUV 154.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 202 160 1 0 0.21 1.00 0.21 47.46 0.99 0.4
Hex CA A0 1 0 15 64 15 2F 63 28
Octal 312 240 1 0 25 144 25 57 143 50
Binary 11001010 10100000 1 0 10101 1100100 10101 101111 1100011 101000

Color Harmonies of #CAA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA001

Black with #CAA001

Text Example


Text Example

White with #CAA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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