Html Css Color HEX #C89517 Buddha Gold

📋 copy color: '#C89517'

red 200 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #C89517

Tints of Buddha Gold #C89517

RGB

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

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

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

R = 53.76%
G = 40.05%
B = 6.18%

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

#C89517 (or 0xC89517) is known color: Buddha Gold. HEX triplet: C8, 95 and 17. RGB value is (200,149,23). Sum of RGB (Red+Green+Blue) = 200+149+23=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89517 is #376AE8. Grayscale: #969696. Windows color (decimal): -3631849 or 1545672. OLE color: 1545672.

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

Color convert

RGB 200 149 23 -
CMYK 0 0.26 0.88 0.22
HSL 42.71º 0.79% 0.44% -
HSV(B) 42.71º 0.89% 0.78% -
XYZ 34.72 33.84 5.51 -
YUV 149.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 200 149 23 0 0.26 0.88 0.22 42.71 0.79 0.44
Hex C8 95 17 0 1A 58 16 2B 4F 2C
Octal 310 225 27 0 32 130 26 53 117 54
Binary 11001000 10010101 10111 0 11010 1011000 10110 101011 1001111 101100

Color Harmonies of #C89517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89517

Black with #C89517

Text Example


Text Example

White with #C89517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89517; }

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

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

background-color css

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

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

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

border-color css

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

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

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