Html Css Color HEX #C7A421 Buddha Gold

📋 copy color: '#C7A421'

red 199 ◦ green 164 ◦ blue 33

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

Shades of Buddha Gold #C7A421

Tints of Buddha Gold #C7A421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

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

R = 50.25%
G = 41.41%
B = 8.33%

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

#C7A421 (or 0xC7A421) is known color: Buddha Gold. HEX triplet: C7, A4 and 21. RGB value is (199,164,33). Sum of RGB (Red+Green+Blue) = 199+164+33=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A421 is #385BDE. Grayscale: #A0A0A0. Windows color (decimal): -3693535 or 2204871. OLE color: 2204871.

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

Color convert

RGB 199 164 33 -
CMYK 0 0.18 0.83 0.22
HSL 47.35º 0.72% 0.45% -
HSV(B) 47.35º 0.83% 0.78% -
XYZ 37.1 38.8 6.97 -
YUV 159.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 199 164 33 0 0.18 0.83 0.22 47.35 0.72 0.45
Hex C7 A4 21 0 12 53 16 2F 48 2D
Octal 307 244 41 0 22 123 26 57 110 55
Binary 11000111 10100100 100001 0 10010 1010011 10110 101111 1001000 101101

Color Harmonies of #C7A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A421

Black with #C7A421

Text Example


Text Example

White with #C7A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A421; }

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

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

background-color css

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

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

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

border-color css

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

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

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