Html Css Color HEX #C7A621 Buddha Gold

📋 copy color: '#C7A621'

red 199 ◦ green 166 ◦ blue 33

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

Shades of Buddha Gold #C7A621

Tints of Buddha Gold #C7A621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.29%

R = 50%
G = 41.71%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7A621 (or 0xC7A621) is known color: Buddha Gold. HEX triplet: C7, A6 and 21. RGB value is (199,166,33). Sum of RGB (Red+Green+Blue) = 199+166+33=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A621 is #3859DE. Grayscale: #A1A1A1. Windows color (decimal): -3693023 or 2205383. OLE color: 2205383.

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

Color convert

RGB 199 166 33 -
CMYK 0 0.17 0.83 0.22
HSL 48.07º 0.72% 0.45% -
HSV(B) 48.07º 0.83% 0.78% -
XYZ 37.46 39.52 7.09 -
YUV 160.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 199 166 33 0 0.17 0.83 0.22 48.07 0.72 0.45
Hex C7 A6 21 0 11 53 16 30 48 2D
Octal 307 246 41 0 21 123 26 60 110 55
Binary 11000111 10100110 100001 0 10001 1010011 10110 110000 1001000 101101

Color Harmonies of #C7A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A621

Black with #C7A621

Text Example


Text Example

White with #C7A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A621; }

 p { color: rgb(199,166,33); }

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

background-color css

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

 a { background-color: rgb(199,166,33); }

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

border-color css

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

 span { border-color: rgb(199,166,33); }

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