Html Css Color HEX #C99918 Buddha Gold

📋 copy color: '#C99918'

red 201 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #C99918

Tints of Buddha Gold #C99918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 24 (9.77% from 255) = 6.35%

R = 53.17%
G = 40.48%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99918 (or 0xC99918) is known color: Buddha Gold. HEX triplet: C9, 99 and 18. RGB value is (201,153,24). Sum of RGB (Red+Green+Blue) = 201+153+24=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C99918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99918 is #3666E7. Grayscale: #999999. Windows color (decimal): -3565288 or 1612233. OLE color: 1612233.

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

Color convert

RGB 201 153 24 -
CMYK 0 0.24 0.88 0.21
HSL 43.73º 0.79% 0.44% -
HSV(B) 43.73º 0.88% 0.79% -
XYZ 35.64 35.27 5.79 -
YUV 152.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 201 153 24 0 0.24 0.88 0.21 43.73 0.79 0.44
Hex C9 99 18 0 18 58 15 2C 4F 2C
Octal 311 231 30 0 30 130 25 54 117 54
Binary 11001001 10011001 11000 0 11000 1011000 10101 101100 1001111 101100

Color Harmonies of #C99918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99918

Black with #C99918

Text Example


Text Example

White with #C99918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99918; }

 p { color: rgb(201,153,24); }

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

background-color css

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

 a { background-color: rgb(201,153,24); }

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

border-color css

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

 span { border-color: rgb(201,153,24); }

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