Html Css Color HEX #D8BA1F Sunflower

📋 copy color: '#D8BA1F'

red 216 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #D8BA1F

Tints of Sunflower #D8BA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 49.88%
G = 42.96%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8BA1F (or 0xD8BA1F) is known color: Sunflower. HEX triplet: D8, BA and 1F. RGB value is (216,186,31). Sum of RGB (Red+Green+Blue) = 216+186+31=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA1F is #2745E0. Grayscale: #B1B1B1. Windows color (decimal): -2573793 or 2079448. OLE color: 2079448.

HSL color Cylindrical-coordinate representation of color #D8BA1F: hue angle of 50.27º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8BA1F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 31 -
CMYK 0 0.14 0.86 0.15
HSL 50.27º 0.75% 0.48% -
HSV(B) 50.27º 0.86% 0.85% -
XYZ 46.13 49.82 8.48 -
YUV 177.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 216 186 31 0 0.14 0.86 0.15 50.27 0.75 0.48
Hex D8 BA 1F 0 E 56 F 32 4B 30
Octal 330 272 37 0 16 126 17 62 113 60
Binary 11011000 10111010 11111 0 1110 1010110 1111 110010 1001011 110000

Color Harmonies of #D8BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA1F

Black with #D8BA1F

Text Example


Text Example

White with #D8BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA1F; }

 p { color: rgb(216,186,31); }

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

background-color css

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

 a { background-color: rgb(216,186,31); }

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

border-color css

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

 span { border-color: rgb(216,186,31); }

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