Html Css Color HEX #C7931D Buddha Gold

📋 copy color: '#C7931D'

red 199 ◦ green 147 ◦ blue 29

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

Shades of Buddha Gold #C7931D

Tints of Buddha Gold #C7931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 53.07%
G = 39.2%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7931D (or 0xC7931D) is known color: Buddha Gold. HEX triplet: C7, 93 and 1D. RGB value is (199,147,29). Sum of RGB (Red+Green+Blue) = 199+147+29=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7931D is #386CE2. Grayscale: #959595. Windows color (decimal): -3697891 or 1938375. OLE color: 1938375.

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

Color convert

RGB 199 147 29 -
CMYK 0 0.26 0.85 0.22
HSL 41.65º 0.75% 0.45% -
HSV(B) 41.65º 0.85% 0.78% -
XYZ 34.21 33.1 5.75 -
YUV 149.1 60.23 163.59 -
System Red Green Blue C M Y K H S L
Decimal 199 147 29 0 0.26 0.85 0.22 41.65 0.75 0.45
Hex C7 93 1D 0 1A 55 16 2A 4B 2D
Octal 307 223 35 0 32 125 26 52 113 55
Binary 11000111 10010011 11101 0 11010 1010101 10110 101010 1001011 101101

Color Harmonies of #C7931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7931D

Black with #C7931D

Text Example


Text Example

White with #C7931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7931D; }

 p { color: rgb(199,147,29); }

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

background-color css

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

 a { background-color: rgb(199,147,29); }

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

border-color css

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

 span { border-color: rgb(199,147,29); }

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