Html Css Color HEX #C89817 Buddha Gold

📋 copy color: '#C89817'

red 200 ◦ green 152 ◦ blue 23

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

Shades of Buddha Gold #C89817

Tints of Buddha Gold #C89817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 53.33%
G = 40.53%
B = 6.13%

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

#C89817 (or 0xC89817) is known color: Buddha Gold. HEX triplet: C8, 98 and 17. RGB value is (200,152,23). Sum of RGB (Red+Green+Blue) = 200+152+23=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89817 is #3767E8. Grayscale: #989898. Windows color (decimal): -3631081 or 1546440. OLE color: 1546440.

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

Color convert

RGB 200 152 23 -
CMYK 0 0.24 0.88 0.22
HSL 43.73º 0.79% 0.44% -
HSV(B) 43.73º 0.89% 0.78% -
XYZ 35.2 34.8 5.67 -
YUV 151.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 200 152 23 0 0.24 0.88 0.22 43.73 0.79 0.44
Hex C8 98 17 0 18 58 16 2C 4F 2C
Octal 310 230 27 0 30 130 26 54 117 54
Binary 11001000 10011000 10111 0 11000 1011000 10110 101100 1001111 101100

Color Harmonies of #C89817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89817

Black with #C89817

Text Example


Text Example

White with #C89817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89817; }

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

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

background-color css

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

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

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

border-color css

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

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

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