Html Css Color HEX #C99D0D Buddha Gold

📋 copy color: '#C99D0D'

red 201 ◦ green 157 ◦ blue 13

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

Shades of Buddha Gold #C99D0D

Tints of Buddha Gold #C99D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 54.18%
G = 42.32%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C99D0D (or 0xC99D0D) is known color: Buddha Gold. HEX triplet: C9, 9D and 0D. RGB value is (201,157,13). Sum of RGB (Red+Green+Blue) = 201+157+13=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99D0D is #3662F2. Grayscale: #9A9A9A. Windows color (decimal): -3564275 or 892361. OLE color: 892361.

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

Color convert

RGB 201 157 13 -
CMYK 0 0.22 0.94 0.21
HSL 45.96º 0.88% 0.42% -
HSV(B) 45.96º 0.94% 0.79% -
XYZ 36.22 36.56 5.53 -
YUV 153.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 201 157 13 0 0.22 0.94 0.21 45.96 0.88 0.42
Hex C9 9D D 0 16 5E 15 2E 58 2A
Octal 311 235 15 0 26 136 25 56 130 52
Binary 11001001 10011101 1101 0 10110 1011110 10101 101110 1011000 101010

Color Harmonies of #C99D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D0D

Black with #C99D0D

Text Example


Text Example

White with #C99D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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