Html Css Color HEX #D9BF1E Sunflower

📋 copy color: '#D9BF1E'

red 217 ◦ green 191 ◦ blue 30

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

Shades of Sunflower #D9BF1E

Tints of Sunflower #D9BF1E

RGB

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

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

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

R = 49.54%
G = 43.61%
B = 6.85%

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

#D9BF1E (or 0xD9BF1E) is known color: Sunflower. HEX triplet: D9, BF and 1E. RGB value is (217,191,30). Sum of RGB (Red+Green+Blue) = 217+191+30=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF1E is #2640E1. Grayscale: #B5B5B5. Windows color (decimal): -2506978 or 2015193. OLE color: 2015193.

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

Color convert

RGB 217 191 30 -
CMYK 0 0.12 0.86 0.15
HSL 51.66º 0.76% 0.48% -
HSV(B) 51.66º 0.86% 0.85% -
XYZ 47.48 52.11 8.78 -
YUV 180.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 217 191 30 0 0.12 0.86 0.15 51.66 0.76 0.48
Hex D9 BF 1E 0 C 56 F 34 4C 30
Octal 331 277 36 0 14 126 17 64 114 60
Binary 11011001 10111111 11110 0 1100 1010110 1111 110100 1001100 110000

Color Harmonies of #D9BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF1E

Black with #D9BF1E

Text Example


Text Example

White with #D9BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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