Html Css Color HEX #C89918 Buddha Gold

📋 copy color: '#C89918'

red 200 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #C89918

Tints of Buddha Gold #C89918

RGB

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

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

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

R = 53.05%
G = 40.58%
B = 6.37%

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

#C89918 (or 0xC89918) is known color: Buddha Gold. HEX triplet: C8, 99 and 18. RGB value is (200,153,24). Sum of RGB (Red+Green+Blue) = 200+153+24=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C89918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89918 is #3766E7. Grayscale: #989898. Windows color (decimal): -3630824 or 1612232. OLE color: 1612232.

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

Color convert

RGB 200 153 24 -
CMYK 0 0.24 0.88 0.22
HSL 43.98º 0.79% 0.44% -
HSV(B) 43.98º 0.88% 0.78% -
XYZ 35.38 35.13 5.78 -
YUV 152.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 200 153 24 0 0.24 0.88 0.22 43.98 0.79 0.44
Hex C8 99 18 0 18 58 16 2C 4F 2C
Octal 310 231 30 0 30 130 26 54 117 54
Binary 11001000 10011001 11000 0 11000 1011000 10110 101100 1001111 101100

Color Harmonies of #C89918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89918

Black with #C89918

Text Example


Text Example

White with #C89918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89918; }

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

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

background-color css

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

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

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

border-color css

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

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

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