Html Css Color HEX #D9B110 Sunflower

📋 copy color: '#D9B110'

red 217 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #D9B110

Tints of Sunflower #D9B110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 52.93%
G = 43.17%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9B110 (or 0xD9B110) is known color: Sunflower. HEX triplet: D9, B1 and 10. RGB value is (217,177,16). Sum of RGB (Red+Green+Blue) = 217+177+16=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B110 is #264EEF. Grayscale: #ABABAB. Windows color (decimal): -2510576 or 1094105. OLE color: 1094105.

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

Color convert

RGB 217 177 16 -
CMYK 0 0.18 0.93 0.15
HSL 48.06º 0.86% 0.46% -
HSV(B) 48.06º 0.93% 0.85% -
XYZ 44.43 46.23 7.07 -
YUV 170.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 217 177 16 0 0.18 0.93 0.15 48.06 0.86 0.46
Hex D9 B1 10 0 12 5D F 30 56 2E
Octal 331 261 20 0 22 135 17 60 126 56
Binary 11011001 10110001 10000 0 10010 1011101 1111 110000 1010110 101110

Color Harmonies of #D9B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B110

Black with #D9B110

Text Example


Text Example

White with #D9B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B110; }

 p { color: rgb(217,177,16); }

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

background-color css

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

 a { background-color: rgb(217,177,16); }

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

border-color css

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

 span { border-color: rgb(217,177,16); }

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