Html Css Color HEX #D8B50E Sunflower

📋 copy color: '#D8B50E'

red 216 ◦ green 181 ◦ blue 14

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

Shades of Sunflower #D8B50E

Tints of Sunflower #D8B50E

RGB

 RED value IS 216 (84.77% from 255) = 52.55%

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 52.55%
G = 44.04%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8B50E (or 0xD8B50E) is known color: Sunflower. HEX triplet: D8, B5 and 0E. RGB value is (216,181,14). Sum of RGB (Red+Green+Blue) = 216+181+14=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B50E is #274AF1. Grayscale: #ADADAD. Windows color (decimal): -2575090 or 964056. OLE color: 964056.

HSL color Cylindrical-coordinate representation of color #D8B50E: hue angle of 49.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8B50E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 14 -
CMYK 0 0.16 0.94 0.15
HSL 49.6º 0.88% 0.45% -
HSV(B) 49.6º 0.94% 0.85% -
XYZ 44.92 47.68 7.25 -
YUV 172.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 216 181 14 0 0.16 0.94 0.15 49.6 0.88 0.45
Hex D8 B5 E 0 10 5E F 32 58 2D
Octal 330 265 16 0 20 136 17 62 130 55
Binary 11011000 10110101 1110 0 10000 1011110 1111 110010 1011000 101101

Color Harmonies of #D8B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B50E

Black with #D8B50E

Text Example


Text Example

White with #D8B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B50E; }

 p { color: rgb(216,181,14); }

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

background-color css

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

 a { background-color: rgb(216,181,14); }

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

border-color css

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

 span { border-color: rgb(216,181,14); }

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