Html Css Color HEX #CAA501 Buddha Gold

📋 copy color: '#CAA501'

red 202 ◦ green 165 ◦ blue 1

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

Shades of Buddha Gold #CAA501

Tints of Buddha Gold #CAA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

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

R = 54.89%
G = 44.84%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAA501 (or 0xCAA501) is known color: Buddha Gold. HEX triplet: CA, A5 and 01. RGB value is (202,165,1). Sum of RGB (Red+Green+Blue) = 202+165+1=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA501 is #355AFE. Grayscale: #9E9E9E. Windows color (decimal): -3496703 or 107978. OLE color: 107978.

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

Color convert

RGB 202 165 1 -
CMYK 0 0.18 1.00 0.21
HSL 48.96º 0.99% 0.4% -
HSV(B) 48.96º 1% 0.79% -
XYZ 37.82 39.47 5.65 -
YUV 157.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 202 165 1 0 0.18 1.00 0.21 48.96 0.99 0.4
Hex CA A5 1 0 12 64 15 31 63 28
Octal 312 245 1 0 22 144 25 61 143 50
Binary 11001010 10100101 1 0 10010 1100100 10101 110001 1100011 101000

Color Harmonies of #CAA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA501

Black with #CAA501

Text Example


Text Example

White with #CAA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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