Html Css Color HEX #DDB317 Sunflower

📋 copy color: '#DDB317'

red 221 ◦ green 179 ◦ blue 23

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

Shades of Sunflower #DDB317

Tints of Sunflower #DDB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 52.25%
G = 42.32%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB317 (or 0xDDB317) is known color: Sunflower. HEX triplet: DD, B3 and 17. RGB value is (221,179,23). Sum of RGB (Red+Green+Blue) = 221+179+23=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB317 is #224CE8. Grayscale: #AEAEAE. Windows color (decimal): -2247913 or 1553373. OLE color: 1553373.

HSL color Cylindrical-coordinate representation of color #DDB317: hue angle of 47.27º 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 #DDB317 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 23 -
CMYK 0 0.19 0.90 0.13
HSL 47.27º 0.81% 0.48% -
HSV(B) 47.27º 0.9% 0.87% -
XYZ 46.09 47.67 7.58 -
YUV 173.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 221 179 23 0 0.19 0.90 0.13 47.27 0.81 0.48
Hex DD B3 17 0 13 5A D 2F 51 30
Octal 335 263 27 0 23 132 15 57 121 60
Binary 11011101 10110011 10111 0 10011 1011010 1101 101111 1010001 110000

Color Harmonies of #DDB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB317

Black with #DDB317

Text Example


Text Example

White with #DDB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB317; }

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

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

background-color css

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

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

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

border-color css

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

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

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