#D9B402

Color #D9B402 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D9B402

Tints of Sunflower #D9B402

Color information

#D9B402 (or 0xD9B402) is unknown color: approx Sunflower. HEX triplet: D9, B4 and 02. RGB value is (217,180,2). Sum of RGB (Red+Green+Blue) = 217+180+2=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B402 is #264BFD. Grayscale: #ABABAB. Windows color (decimal): -2509822 or 177369. OLE color: 177369.

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

Color convert

RGB2171802-
CMYK00.170.990.15
HSL49.67º98.17%42.94%-
HSV(B)49.67º99.08%85.1%-
XYZ44.9547.46.84-
YUV170.7732.76160.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 2 (1.17% from 255) = 0.50%
R=54.39%
G=45.11%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217180200.170.990.1549.6798.1742.94
HexD9B4201163F32622b
Octal3312642021143176214253
Binary110110011011010010010001110001111111100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B402; }

 p { color: rgb(217,180,2); }

 H1.HeaderClassName
 {
   color: #D9B402;
 }
 .AnyTagClassName
 {
   color: #D9B402;
 }
</style>
background-color css

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

 a { background-color: rgb(217,180,2); }

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

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

 span { border-color: rgb(217,180,2); }

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