Html Css Color HEX #C89E11 Buddha Gold

📋 copy color: '#C89E11'

red 200 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #C89E11

Tints of Buddha Gold #C89E11

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 53.33%
G = 42.13%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89E11 (or 0xC89E11) is known color: Buddha Gold. HEX triplet: C8, 9E and 11. RGB value is (200,158,17). Sum of RGB (Red+Green+Blue) = 200+158+17=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89E11 is #3761EE. Grayscale: #9B9B9B. Windows color (decimal): -3629551 or 1154760. OLE color: 1154760.

HSL color Cylindrical-coordinate representation of color #C89E11: hue angle of 46.23º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89E11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 17 -
CMYK 0 0.21 0.92 0.22
HSL 46.23º 0.84% 0.43% -
HSV(B) 46.23º 0.92% 0.78% -
XYZ 36.15 36.77 5.72 -
YUV 154.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 200 158 17 0 0.21 0.92 0.22 46.23 0.84 0.43
Hex C8 9E 11 0 15 5C 16 2E 54 2B
Octal 310 236 21 0 25 134 26 56 124 53
Binary 11001000 10011110 10001 0 10101 1011100 10110 101110 1010100 101011

Color Harmonies of #C89E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E11

Black with #C89E11

Text Example


Text Example

White with #C89E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E11; }

 p { color: rgb(200,158,17); }

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

background-color css

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

 a { background-color: rgb(200,158,17); }

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

border-color css

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

 span { border-color: rgb(200,158,17); }

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