Html Css Color HEX #D9B001 Sunflower

📋 copy color: '#D9B001'

red 217 ◦ green 176 ◦ blue 1

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

Shades of Sunflower #D9B001

Tints of Sunflower #D9B001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.67%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 55.08%
G = 44.67%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9B001 (or 0xD9B001) is known color: Sunflower. HEX triplet: D9, B0 and 01. RGB value is (217,176,1). Sum of RGB (Red+Green+Blue) = 217+176+1=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B001 is #264FFE. Grayscale: #A9A9A9. Windows color (decimal): -2510847 or 110809. OLE color: 110809.

HSL color Cylindrical-coordinate representation of color #D9B001: hue angle of 48.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9B001 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 1 -
CMYK 0 0.19 1.00 0.15
HSL 48.61º 0.99% 0.43% -
HSV(B) 48.61º 1% 0.85% -
XYZ 44.15 45.8 6.54 -
YUV 168.31 33.58 162.73 -
System Red Green Blue C M Y K H S L
Decimal 217 176 1 0 0.19 1.00 0.15 48.61 0.99 0.43
Hex D9 B0 1 0 13 64 F 31 63 2B
Octal 331 260 1 0 23 144 17 61 143 53
Binary 11011001 10110000 1 0 10011 1100100 1111 110001 1100011 101011

Color Harmonies of #D9B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B001

Black with #D9B001

Text Example


Text Example

White with #D9B001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B001; }

 p { color: rgb(217,176,1); }

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

background-color css

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

 a { background-color: rgb(217,176,1); }

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

border-color css

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

 span { border-color: rgb(217,176,1); }

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