Html Css Color HEX #C99D0F Buddha Gold

📋 copy color: '#C99D0F'

red 201 ◦ green 157 ◦ blue 15

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

Shades of Buddha Gold #C99D0F

Tints of Buddha Gold #C99D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 53.89%
G = 42.09%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C99D0F (or 0xC99D0F) is known color: Buddha Gold. HEX triplet: C9, 9D and 0F. RGB value is (201,157,15). Sum of RGB (Red+Green+Blue) = 201+157+15=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99D0F is #3662F0. Grayscale: #9A9A9A. Windows color (decimal): -3564273 or 1023433. OLE color: 1023433.

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

Color convert

RGB 201 157 15 -
CMYK 0 0.22 0.93 0.21
HSL 45.81º 0.86% 0.42% -
HSV(B) 45.81º 0.93% 0.79% -
XYZ 36.23 36.57 5.6 -
YUV 153.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 201 157 15 0 0.22 0.93 0.21 45.81 0.86 0.42
Hex C9 9D F 0 16 5D 15 2E 56 2A
Octal 311 235 17 0 26 135 25 56 126 52
Binary 11001001 10011101 1111 0 10110 1011101 10101 101110 1010110 101010

Color Harmonies of #C99D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D0F

Black with #C99D0F

Text Example


Text Example

White with #C99D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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