Html Css Color HEX #DDB919 Sunflower

📋 copy color: '#DDB919'

red 221 ◦ green 185 ◦ blue 25

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

Shades of Sunflower #DDB919

Tints of Sunflower #DDB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 51.28%
G = 42.92%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB919 (or 0xDDB919) is known color: Sunflower. HEX triplet: DD, B9 and 19. RGB value is (221,185,25). Sum of RGB (Red+Green+Blue) = 221+185+25=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB919 is #2246E6. Grayscale: #B2B2B2. Windows color (decimal): -2246375 or 1685981. OLE color: 1685981.

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

Color convert

RGB 221 185 25 -
CMYK 0 0.16 0.89 0.13
HSL 48.98º 0.8% 0.48% -
HSV(B) 48.98º 0.89% 0.87% -
XYZ 47.34 50.14 8.1 -
YUV 177.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 221 185 25 0 0.16 0.89 0.13 48.98 0.8 0.48
Hex DD B9 19 0 10 59 D 31 50 30
Octal 335 271 31 0 20 131 15 61 120 60
Binary 11011101 10111001 11001 0 10000 1011001 1101 110001 1010000 110000

Color Harmonies of #DDB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB919

Black with #DDB919

Text Example


Text Example

White with #DDB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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