Html Css Color HEX #CAA807 Buddha Gold

📋 copy color: '#CAA807'

red 202 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #CAA807

Tints of Buddha Gold #CAA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 53.58%
G = 44.56%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA807 (or 0xCAA807) is known color: Buddha Gold. HEX triplet: CA, A8 and 07. RGB value is (202,168,7). Sum of RGB (Red+Green+Blue) = 202+168+7=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA807 is #3557F8. Grayscale: #A0A0A0. Windows color (decimal): -3495929 or 501962. OLE color: 501962.

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

Color convert

RGB 202 168 7 -
CMYK 0 0.17 0.97 0.21
HSL 49.54º 0.93% 0.41% -
HSV(B) 49.54º 0.97% 0.79% -
XYZ 38.4 40.58 6.01 -
YUV 159.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 202 168 7 0 0.17 0.97 0.21 49.54 0.93 0.41
Hex CA A8 7 0 11 61 15 32 5D 29
Octal 312 250 7 0 21 141 25 62 135 51
Binary 11001010 10101000 111 0 10001 1100001 10101 110010 1011101 101001

Color Harmonies of #CAA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA807

Black with #CAA807

Text Example


Text Example

White with #CAA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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