Html Css Color HEX #C89411 Buddha Gold

📋 copy color: '#C89411'

red 200 ◦ green 148 ◦ blue 17

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

Shades of Buddha Gold #C89411

Tints of Buddha Gold #C89411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 54.79%
G = 40.55%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89411 (or 0xC89411) is known color: Buddha Gold. HEX triplet: C8, 94 and 11. RGB value is (200,148,17). Sum of RGB (Red+Green+Blue) = 200+148+17=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C89411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89411 is #376BEE. Grayscale: #959595. Windows color (decimal): -3632111 or 1152200. OLE color: 1152200.

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

Color convert

RGB 200 148 17 -
CMYK 0 0.26 0.92 0.22
HSL 42.95º 0.84% 0.43% -
HSV(B) 42.95º 0.92% 0.78% -
XYZ 34.51 33.5 5.18 -
YUV 148.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 200 148 17 0 0.26 0.92 0.22 42.95 0.84 0.43
Hex C8 94 11 0 1A 5C 16 2B 54 2B
Octal 310 224 21 0 32 134 26 53 124 53
Binary 11001000 10010100 10001 0 11010 1011100 10110 101011 1010100 101011

Color Harmonies of #C89411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89411

Black with #C89411

Text Example


Text Example

White with #C89411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89411; }

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

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

background-color css

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

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

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

border-color css

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

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

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