Html Css Color HEX #C89911 Buddha Gold

📋 copy color: '#C89911'

red 200 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #C89911

Tints of Buddha Gold #C89911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 54.05%
G = 41.35%
B = 4.59%

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

#C89911 (or 0xC89911) is known color: Buddha Gold. HEX triplet: C8, 99 and 11. RGB value is (200,153,17). Sum of RGB (Red+Green+Blue) = 200+153+17=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C89911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89911 is #3766EE. Grayscale: #989898. Windows color (decimal): -3630831 or 1153480. OLE color: 1153480.

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

Color convert

RGB 200 153 17 -
CMYK 0 0.24 0.92 0.22
HSL 44.59º 0.84% 0.43% -
HSV(B) 44.59º 0.92% 0.78% -
XYZ 35.31 35.1 5.44 -
YUV 151.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 200 153 17 0 0.24 0.92 0.22 44.59 0.84 0.43
Hex C8 99 11 0 18 5C 16 2D 54 2B
Octal 310 231 21 0 30 134 26 55 124 53
Binary 11001000 10011001 10001 0 11000 1011100 10110 101101 1010100 101011

Color Harmonies of #C89911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89911

Black with #C89911

Text Example


Text Example

White with #C89911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89911; }

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

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

background-color css

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

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

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

border-color css

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

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

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