Html Css Color HEX #C89916 Buddha Gold

📋 copy color: '#C89916'

red 200 ◦ green 153 ◦ blue 22

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

Shades of Buddha Gold #C89916

Tints of Buddha Gold #C89916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 53.33%
G = 40.8%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C89916 (or 0xC89916) is known color: Buddha Gold. HEX triplet: C8, 99 and 16. RGB value is (200,153,22). Sum of RGB (Red+Green+Blue) = 200+153+22=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89916 is #3766E9. Grayscale: #989898. Windows color (decimal): -3630826 or 1481160. OLE color: 1481160.

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

Color convert

RGB 200 153 22 -
CMYK 0 0.24 0.89 0.22
HSL 44.16º 0.8% 0.44% -
HSV(B) 44.16º 0.89% 0.78% -
XYZ 35.36 35.12 5.67 -
YUV 152.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 200 153 22 0 0.24 0.89 0.22 44.16 0.8 0.44
Hex C8 99 16 0 18 59 16 2C 50 2C
Octal 310 231 26 0 30 131 26 54 120 54
Binary 11001000 10011001 10110 0 11000 1011001 10110 101100 1010000 101100

Color Harmonies of #C89916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89916

Black with #C89916

Text Example


Text Example

White with #C89916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89916; }

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

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

background-color css

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

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

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

border-color css

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

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

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