Html Css Color HEX #C89711 Buddha Gold

📋 copy color: '#C89711'

red 200 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #C89711

Tints of Buddha Gold #C89711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 54.35%
G = 41.03%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89711 (or 0xC89711) is known color: Buddha Gold. HEX triplet: C8, 97 and 11. RGB value is (200,151,17). Sum of RGB (Red+Green+Blue) = 200+151+17=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89711 is #3768EE. Grayscale: #969696. Windows color (decimal): -3631343 or 1152968. OLE color: 1152968.

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

Color convert

RGB 200 151 17 -
CMYK 0 0.24 0.92 0.22
HSL 43.93º 0.84% 0.43% -
HSV(B) 43.93º 0.92% 0.78% -
XYZ 34.99 34.45 5.34 -
YUV 150.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 200 151 17 0 0.24 0.92 0.22 43.93 0.84 0.43
Hex C8 97 11 0 18 5C 16 2C 54 2B
Octal 310 227 21 0 30 134 26 54 124 53
Binary 11001000 10010111 10001 0 11000 1011100 10110 101100 1010100 101011

Color Harmonies of #C89711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89711

Black with #C89711

Text Example


Text Example

White with #C89711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89711; }

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

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

background-color css

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

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

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

border-color css

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

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

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