Html Css Color HEX #C89810 Buddha Gold

📋 copy color: '#C89810'

red 200 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #C89810

Tints of Buddha Gold #C89810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 54.35%
G = 41.3%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89810 (or 0xC89810) is known color: Buddha Gold. HEX triplet: C8, 98 and 10. RGB value is (200,152,16). Sum of RGB (Red+Green+Blue) = 200+152+16=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89810 is #3767EF. Grayscale: #979797. Windows color (decimal): -3631088 or 1087688. OLE color: 1087688.

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

Color convert

RGB 200 152 16 -
CMYK 0 0.24 0.92 0.22
HSL 44.35º 0.85% 0.42% -
HSV(B) 44.35º 0.92% 0.78% -
XYZ 35.14 34.77 5.35 -
YUV 150.85 51.9 163.06 -
System Red Green Blue C M Y K H S L
Decimal 200 152 16 0 0.24 0.92 0.22 44.35 0.85 0.42
Hex C8 98 10 0 18 5C 16 2C 55 2A
Octal 310 230 20 0 30 134 26 54 125 52
Binary 11001000 10011000 10000 0 11000 1011100 10110 101100 1010101 101010

Color Harmonies of #C89810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89810

Black with #C89810

Text Example


Text Example

White with #C89810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89810; }

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

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

background-color css

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

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

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

border-color css

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

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

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