Html Css Color HEX #DDB417 Sunflower

📋 copy color: '#DDB417'

red 221 ◦ green 180 ◦ blue 23

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

Shades of Sunflower #DDB417

Tints of Sunflower #DDB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

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

R = 52.12%
G = 42.45%
B = 5.42%

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

#DDB417 (or 0xDDB417) is known color: Sunflower. HEX triplet: DD, B4 and 17. RGB value is (221,180,23). Sum of RGB (Red+Green+Blue) = 221+180+23=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB417 is #224BE8. Grayscale: #AFAFAF. Windows color (decimal): -2247657 or 1553629. OLE color: 1553629.

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

Color convert

RGB 221 180 23 -
CMYK 0 0.19 0.90 0.13
HSL 47.58º 0.81% 0.48% -
HSV(B) 47.58º 0.9% 0.87% -
XYZ 46.29 48.08 7.65 -
YUV 174.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 221 180 23 0 0.19 0.90 0.13 47.58 0.81 0.48
Hex DD B4 17 0 13 5A D 30 51 30
Octal 335 264 27 0 23 132 15 60 121 60
Binary 11011101 10110100 10111 0 10011 1011010 1101 110000 1010001 110000

Color Harmonies of #DDB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB417

Black with #DDB417

Text Example


Text Example

White with #DDB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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