Html Css Color HEX #DDB917 Sunflower

📋 copy color: '#DDB917'

red 221 ◦ green 185 ◦ blue 23

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

Shades of Sunflower #DDB917

Tints of Sunflower #DDB917

RGB

 RED value IS 221 (86.72% from 255) = 51.52%

 GREEN value IS 185 (72.66% from 255) = 43.12%

 BLUE value IS 23 (9.38% from 255) = 5.36%

R = 51.52%
G = 43.12%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB917 (or 0xDDB917) is known color: Sunflower. HEX triplet: DD, B9 and 17. RGB value is (221,185,23). Sum of RGB (Red+Green+Blue) = 221+185+23=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB917 is #2246E8. Grayscale: #B1B1B1. Windows color (decimal): -2246377 or 1554909. OLE color: 1554909.

HSL color Cylindrical-coordinate representation of color #DDB917: hue angle of 49.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB917 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 23 -
CMYK 0 0.16 0.90 0.13
HSL 49.09º 0.81% 0.48% -
HSV(B) 49.09º 0.9% 0.87% -
XYZ 47.32 50.13 7.99 -
YUV 177.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 221 185 23 0 0.16 0.90 0.13 49.09 0.81 0.48
Hex DD B9 17 0 10 5A D 31 51 30
Octal 335 271 27 0 20 132 15 61 121 60
Binary 11011101 10111001 10111 0 10000 1011010 1101 110001 1010001 110000

Color Harmonies of #DDB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB917

Black with #DDB917

Text Example


Text Example

White with #DDB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB917; }

 p { color: rgb(221,185,23); }

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

background-color css

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

 a { background-color: rgb(221,185,23); }

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

border-color css

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

 span { border-color: rgb(221,185,23); }

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