Html Css Color HEX #CAA607 Buddha Gold

📋 copy color: '#CAA607'

red 202 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #CAA607

Tints of Buddha Gold #CAA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 53.87%
G = 44.27%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA607 (or 0xCAA607) is known color: Buddha Gold. HEX triplet: CA, A6 and 07. RGB value is (202,166,7). Sum of RGB (Red+Green+Blue) = 202+166+7=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA607 is #3559F8. Grayscale: #9F9F9F. Windows color (decimal): -3496441 or 501450. OLE color: 501450.

HSL color Cylindrical-coordinate representation of color #CAA607: hue angle of 48.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAA607 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 7 -
CMYK 0 0.18 0.97 0.21
HSL 48.92º 0.93% 0.41% -
HSV(B) 48.92º 0.97% 0.79% -
XYZ 38.03 39.84 5.89 -
YUV 158.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 202 166 7 0 0.18 0.97 0.21 48.92 0.93 0.41
Hex CA A6 7 0 12 61 15 31 5D 29
Octal 312 246 7 0 22 141 25 61 135 51
Binary 11001010 10100110 111 0 10010 1100001 10101 110001 1011101 101001

Color Harmonies of #CAA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA607

Black with #CAA607

Text Example


Text Example

White with #CAA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA607; }

 p { color: rgb(202,166,7); }

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

background-color css

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

 a { background-color: rgb(202,166,7); }

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

border-color css

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

 span { border-color: rgb(202,166,7); }

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