Html Css Color HEX #C89818 Buddha Gold

📋 copy color: '#C89818'

red 200 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #C89818

Tints of Buddha Gold #C89818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 53.19%
G = 40.43%
B = 6.38%

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

#C89818 (or 0xC89818) is known color: Buddha Gold. HEX triplet: C8, 98 and 18. RGB value is (200,152,24). Sum of RGB (Red+Green+Blue) = 200+152+24=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89818 is #3767E7. Grayscale: #989898. Windows color (decimal): -3631080 or 1611976. OLE color: 1611976.

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

Color convert

RGB 200 152 24 -
CMYK 0 0.24 0.88 0.22
HSL 43.64º 0.79% 0.44% -
HSV(B) 43.64º 0.88% 0.78% -
XYZ 35.21 34.8 5.73 -
YUV 151.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 200 152 24 0 0.24 0.88 0.22 43.64 0.79 0.44
Hex C8 98 18 0 18 58 16 2C 4F 2C
Octal 310 230 30 0 30 130 26 54 117 54
Binary 11001000 10011000 11000 0 11000 1011000 10110 101100 1001111 101100

Color Harmonies of #C89818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89818

Black with #C89818

Text Example


Text Example

White with #C89818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89818; }

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

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

background-color css

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

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

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

border-color css

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

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

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