Html Css Color HEX #D9BF1F Sunflower

📋 copy color: '#D9BF1F'

red 217 ◦ green 191 ◦ blue 31

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

Shades of Sunflower #D9BF1F

Tints of Sunflower #D9BF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 43.51%

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

R = 49.43%
G = 43.51%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9BF1F (or 0xD9BF1F) is known color: Sunflower. HEX triplet: D9, BF and 1F. RGB value is (217,191,31). Sum of RGB (Red+Green+Blue) = 217+191+31=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF1F is #2640E0. Grayscale: #B5B5B5. Windows color (decimal): -2506977 or 2080729. OLE color: 2080729.

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

Color convert

RGB 217 191 31 -
CMYK 0 0.12 0.86 0.15
HSL 51.61º 0.75% 0.49% -
HSV(B) 51.61º 0.86% 0.85% -
XYZ 47.49 52.11 8.85 -
YUV 180.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 217 191 31 0 0.12 0.86 0.15 51.61 0.75 0.49
Hex D9 BF 1F 0 C 56 F 34 4B 31
Octal 331 277 37 0 14 126 17 64 113 61
Binary 11011001 10111111 11111 0 1100 1010110 1111 110100 1001011 110001

Color Harmonies of #D9BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF1F

Black with #D9BF1F

Text Example


Text Example

White with #D9BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF1F; }

 p { color: rgb(217,191,31); }

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

background-color css

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

 a { background-color: rgb(217,191,31); }

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

border-color css

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

 span { border-color: rgb(217,191,31); }

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