Html Css Color HEX #C7A508 Buddha Gold

📋 copy color: '#C7A508'

red 199 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #C7A508

Tints of Buddha Gold #C7A508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.15%

R = 53.49%
G = 44.35%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7A508 (or 0xC7A508) is known color: Buddha Gold. HEX triplet: C7, A5 and 08. RGB value is (199,165,8). Sum of RGB (Red+Green+Blue) = 199+165+8=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A508 is #385AF7. Grayscale: #9D9D9D. Windows color (decimal): -3693304 or 566727. OLE color: 566727.

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

Color convert

RGB 199 165 8 -
CMYK 0 0.17 0.96 0.22
HSL 49.32º 0.92% 0.41% -
HSV(B) 49.32º 0.96% 0.78% -
XYZ 37.05 39.07 5.82 -
YUV 157.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 199 165 8 0 0.17 0.96 0.22 49.32 0.92 0.41
Hex C7 A5 8 0 11 60 16 31 5C 29
Octal 307 245 10 0 21 140 26 61 134 51
Binary 11000111 10100101 1000 0 10001 1100000 10110 110001 1011100 101001

Color Harmonies of #C7A508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A508

Black with #C7A508

Text Example


Text Example

White with #C7A508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A508; }

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

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

background-color css

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

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

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

border-color css

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

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

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