Html Css Color HEX #D9BA1E Sunflower

📋 copy color: '#D9BA1E'

red 217 ◦ green 186 ◦ blue 30

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

Shades of Sunflower #D9BA1E

Tints of Sunflower #D9BA1E

RGB

 RED value IS 217 (85.16% from 255) = 50.12%

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

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 50.12%
G = 42.96%
B = 6.93%

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

#D9BA1E (or 0xD9BA1E) is known color: Sunflower. HEX triplet: D9, BA and 1E. RGB value is (217,186,30). Sum of RGB (Red+Green+Blue) = 217+186+30=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA1E is #2645E1. Grayscale: #B2B2B2. Windows color (decimal): -2508258 or 2013913. OLE color: 2013913.

HSL color Cylindrical-coordinate representation of color #D9BA1E: hue angle of 50.05º degrees, saturation: 0.76, 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 #D9BA1E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 30 -
CMYK 0 0.14 0.86 0.15
HSL 50.05º 0.76% 0.48% -
HSV(B) 50.05º 0.86% 0.85% -
XYZ 46.41 49.96 8.43 -
YUV 177.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 217 186 30 0 0.14 0.86 0.15 50.05 0.76 0.48
Hex D9 BA 1E 0 E 56 F 32 4C 30
Octal 331 272 36 0 16 126 17 62 114 60
Binary 11011001 10111010 11110 0 1110 1010110 1111 110010 1001100 110000

Color Harmonies of #D9BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA1E

Black with #D9BA1E

Text Example


Text Example

White with #D9BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA1E; }

 p { color: rgb(217,186,30); }

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

background-color css

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

 a { background-color: rgb(217,186,30); }

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

border-color css

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

 span { border-color: rgb(217,186,30); }

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