Html Css Color HEX #C9930F Buddha Gold

📋 copy color: '#C9930F'

red 201 ◦ green 147 ◦ blue 15

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

Shades of Buddha Gold #C9930F

Tints of Buddha Gold #C9930F

RGB

 RED value IS 201 (78.91% from 255) = 55.37%

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

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 55.37%
G = 40.5%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9930F (or 0xC9930F) is known color: Buddha Gold. HEX triplet: C9, 93 and 0F. RGB value is (201,147,15). Sum of RGB (Red+Green+Blue) = 201+147+15=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9930F is #366CF0. Grayscale: #949494. Windows color (decimal): -3566833 or 1020873. OLE color: 1020873.

HSL color Cylindrical-coordinate representation of color #C9930F: hue angle of 42.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9930F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 15 -
CMYK 0 0.27 0.93 0.21
HSL 42.58º 0.86% 0.42% -
HSV(B) 42.58º 0.93% 0.79% -
XYZ 34.61 33.32 5.06 -
YUV 148.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 201 147 15 0 0.27 0.93 0.21 42.58 0.86 0.42
Hex C9 93 F 0 1B 5D 15 2B 56 2A
Octal 311 223 17 0 33 135 25 53 126 52
Binary 11001001 10010011 1111 0 11011 1011101 10101 101011 1010110 101010

Color Harmonies of #C9930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9930F

Black with #C9930F

Text Example


Text Example

White with #C9930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9930F; }

 p { color: rgb(201,147,15); }

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

background-color css

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

 a { background-color: rgb(201,147,15); }

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

border-color css

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

 span { border-color: rgb(201,147,15); }

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