Html Css Color HEX #C7A502 Buddha Gold

📋 copy color: '#C7A502'

red 199 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #C7A502

Tints of Buddha Gold #C7A502

RGB

 RED value IS 199 (78.13% from 255) = 54.37%

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 54.37%
G = 45.08%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7A502 (or 0xC7A502) is known color: Buddha Gold. HEX triplet: C7, A5 and 02. RGB value is (199,165,2). Sum of RGB (Red+Green+Blue) = 199+165+2=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A502 is #385AFD. Grayscale: #9D9D9D. Windows color (decimal): -3693310 or 173511. OLE color: 173511.

HSL color Cylindrical-coordinate representation of color #C7A502: hue angle of 49.64º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 2 -
CMYK 0 0.17 0.99 0.22
HSL 49.64º 0.98% 0.39% -
HSV(B) 49.64º 0.99% 0.78% -
XYZ 37.02 39.06 5.65 -
YUV 156.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 199 165 2 0 0.17 0.99 0.22 49.64 0.98 0.39
Hex C7 A5 2 0 11 63 16 32 62 27
Octal 307 245 2 0 21 143 26 62 142 47
Binary 11000111 10100101 10 0 10001 1100011 10110 110010 1100010 100111

Color Harmonies of #C7A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A502

Black with #C7A502

Text Example


Text Example

White with #C7A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A502; }

 p { color: rgb(199,165,2); }

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

background-color css

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

 a { background-color: rgb(199,165,2); }

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

border-color css

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

 span { border-color: rgb(199,165,2); }

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