Html Css Color HEX #DDC019 Sunflower

📋 copy color: '#DDC019'

red 221 ◦ green 192 ◦ blue 25

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

Shades of Sunflower #DDC019

Tints of Sunflower #DDC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 50.46%
G = 43.84%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDC019 (or 0xDDC019) is known color: Sunflower. HEX triplet: DD, C0 and 19. RGB value is (221,192,25). Sum of RGB (Red+Green+Blue) = 221+192+25=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC019 is #223FE6. Grayscale: #B6B6B6. Windows color (decimal): -2244583 or 1687773. OLE color: 1687773.

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

Color convert

RGB 221 192 25 -
CMYK 0 0.13 0.89 0.13
HSL 51.12º 0.8% 0.48% -
HSV(B) 51.12º 0.89% 0.87% -
XYZ 48.84 53.14 8.6 -
YUV 181.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 221 192 25 0 0.13 0.89 0.13 51.12 0.8 0.48
Hex DD C0 19 0 D 59 D 33 50 30
Octal 335 300 31 0 15 131 15 63 120 60
Binary 11011101 11000000 11001 0 1101 1011001 1101 110011 1010000 110000

Color Harmonies of #DDC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC019

Black with #DDC019

Text Example


Text Example

White with #DDC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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