Html Css Color HEX #C89518 Buddha Gold

📋 copy color: '#C89518'

red 200 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #C89518

Tints of Buddha Gold #C89518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 53.62%
G = 39.95%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89518 (or 0xC89518) is known color: Buddha Gold. HEX triplet: C8, 95 and 18. RGB value is (200,149,24). Sum of RGB (Red+Green+Blue) = 200+149+24=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89518 is #376AE7. Grayscale: #969696. Windows color (decimal): -3631848 or 1611208. OLE color: 1611208.

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

Color convert

RGB 200 149 24 -
CMYK 0 0.26 0.88 0.22
HSL 42.61º 0.79% 0.44% -
HSV(B) 42.61º 0.88% 0.78% -
XYZ 34.73 33.84 5.57 -
YUV 150 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 200 149 24 0 0.26 0.88 0.22 42.61 0.79 0.44
Hex C8 95 18 0 1A 58 16 2B 4F 2C
Octal 310 225 30 0 32 130 26 53 117 54
Binary 11001000 10010101 11000 0 11010 1011000 10110 101011 1001111 101100

Color Harmonies of #C89518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89518

Black with #C89518

Text Example


Text Example

White with #C89518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89518; }

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

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

background-color css

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

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

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

border-color css

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

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

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