Html Css Color HEX #C89816 Buddha Gold

📋 copy color: '#C89816'

red 200 ◦ green 152 ◦ blue 22

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

Shades of Buddha Gold #C89816

Tints of Buddha Gold #C89816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 53.48%
G = 40.64%
B = 5.88%

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

#C89816 (or 0xC89816) is known color: Buddha Gold. HEX triplet: C8, 98 and 16. RGB value is (200,152,22). Sum of RGB (Red+Green+Blue) = 200+152+22=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89816 is #3767E9. Grayscale: #989898. Windows color (decimal): -3631082 or 1480904. OLE color: 1480904.

HSL color Cylindrical-coordinate representation of color #C89816: hue angle of 43.82º 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 #C89816 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 152 22 -
CMYK 0 0.24 0.89 0.22
HSL 43.82º 0.8% 0.44% -
HSV(B) 43.82º 0.89% 0.78% -
XYZ 35.19 34.79 5.62 -
YUV 151.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 200 152 22 0 0.24 0.89 0.22 43.82 0.8 0.44
Hex C8 98 16 0 18 59 16 2C 50 2C
Octal 310 230 26 0 30 131 26 54 120 54
Binary 11001000 10011000 10110 0 11000 1011001 10110 101100 1010000 101100

Color Harmonies of #C89816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89816

Black with #C89816

Text Example


Text Example

White with #C89816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89816; }

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

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

background-color css

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

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

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

border-color css

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

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

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