Html Css Color HEX #C7A321 Buddha Gold

📋 copy color: '#C7A321'

red 199 ◦ green 163 ◦ blue 33

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

Shades of Buddha Gold #C7A321

Tints of Buddha Gold #C7A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

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

R = 50.38%
G = 41.27%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7A321 (or 0xC7A321) is known color: Buddha Gold. HEX triplet: C7, A3 and 21. RGB value is (199,163,33). Sum of RGB (Red+Green+Blue) = 199+163+33=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A321 is #385CDE. Grayscale: #9F9F9F. Windows color (decimal): -3693791 or 2204615. OLE color: 2204615.

HSL color Cylindrical-coordinate representation of color #C7A321: hue angle of 46.99º 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 #C7A321 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 33 -
CMYK 0 0.18 0.83 0.22
HSL 46.99º 0.72% 0.45% -
HSV(B) 46.99º 0.83% 0.78% -
XYZ 36.92 38.45 6.91 -
YUV 158.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 199 163 33 0 0.18 0.83 0.22 46.99 0.72 0.45
Hex C7 A3 21 0 12 53 16 2F 48 2D
Octal 307 243 41 0 22 123 26 57 110 55
Binary 11000111 10100011 100001 0 10010 1010011 10110 101111 1001000 101101

Color Harmonies of #C7A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A321

Black with #C7A321

Text Example


Text Example

White with #C7A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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