Html Css Color HEX #C99218 Buddha Gold

📋 copy color: '#C99218'

red 201 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C99218

Tints of Buddha Gold #C99218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 54.18%
G = 39.35%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99218 (or 0xC99218) is known color: Buddha Gold. HEX triplet: C9, 92 and 18. RGB value is (201,146,24). Sum of RGB (Red+Green+Blue) = 201+146+24=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99218 is #366DE7. Grayscale: #959595. Windows color (decimal): -3567080 or 1610441. OLE color: 1610441.

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

Color convert

RGB 201 146 24 -
CMYK 0 0.27 0.88 0.21
HSL 41.36º 0.79% 0.44% -
HSV(B) 41.36º 0.88% 0.79% -
XYZ 34.53 33.04 5.42 -
YUV 148.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 201 146 24 0 0.27 0.88 0.21 41.36 0.79 0.44
Hex C9 92 18 0 1B 58 15 29 4F 2C
Octal 311 222 30 0 33 130 25 51 117 54
Binary 11001001 10010010 11000 0 11011 1011000 10101 101001 1001111 101100

Color Harmonies of #C99218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99218

Black with #C99218

Text Example


Text Example

White with #C99218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99218; }

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

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

background-color css

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

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

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

border-color css

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

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

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