Html Css Color HEX #C99417 Buddha Gold

📋 copy color: '#C99417'

red 201 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #C99417

Tints of Buddha Gold #C99417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 54.03%
G = 39.78%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C99417 (or 0xC99417) is known color: Buddha Gold. HEX triplet: C9, 94 and 17. RGB value is (201,148,23). Sum of RGB (Red+Green+Blue) = 201+148+23=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C99417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99417 is #366BE8. Grayscale: #969696. Windows color (decimal): -3566569 or 1545417. OLE color: 1545417.

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

Color convert

RGB 201 148 23 -
CMYK 0 0.26 0.89 0.21
HSL 42.13º 0.79% 0.44% -
HSV(B) 42.13º 0.89% 0.79% -
XYZ 34.83 33.66 5.47 -
YUV 149.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 201 148 23 0 0.26 0.89 0.21 42.13 0.79 0.44
Hex C9 94 17 0 1A 59 15 2A 4F 2C
Octal 311 224 27 0 32 131 25 52 117 54
Binary 11001001 10010100 10111 0 11010 1011001 10101 101010 1001111 101100

Color Harmonies of #C99417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99417

Black with #C99417

Text Example


Text Example

White with #C99417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99417; }

 p { color: rgb(201,148,23); }

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

background-color css

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

 a { background-color: rgb(201,148,23); }

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

border-color css

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

 span { border-color: rgb(201,148,23); }

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