Html Css Color HEX #C89917 Buddha Gold

📋 copy color: '#C89917'

red 200 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #C89917

Tints of Buddha Gold #C89917

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

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

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

R = 53.19%
G = 40.69%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89917 (or 0xC89917) is known color: Buddha Gold. HEX triplet: C8, 99 and 17. RGB value is (200,153,23). Sum of RGB (Red+Green+Blue) = 200+153+23=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89917 is #3766E8. Grayscale: #989898. Windows color (decimal): -3630825 or 1546696. OLE color: 1546696.

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

Color convert

RGB 200 153 23 -
CMYK 0 0.24 0.88 0.22
HSL 44.07º 0.79% 0.44% -
HSV(B) 44.07º 0.89% 0.78% -
XYZ 35.37 35.12 5.73 -
YUV 152.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 200 153 23 0 0.24 0.88 0.22 44.07 0.79 0.44
Hex C8 99 17 0 18 58 16 2C 4F 2C
Octal 310 231 27 0 30 130 26 54 117 54
Binary 11001000 10011001 10111 0 11000 1011000 10110 101100 1001111 101100

Color Harmonies of #C89917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89917

Black with #C89917

Text Example


Text Example

White with #C89917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89917; }

 p { color: rgb(200,153,23); }

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

background-color css

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

 a { background-color: rgb(200,153,23); }

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

border-color css

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

 span { border-color: rgb(200,153,23); }

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