Html Css Color HEX #DDC619 Sunflower

📋 copy color: '#DDC619'

red 221 ◦ green 198 ◦ blue 25

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

Shades of Sunflower #DDC619

Tints of Sunflower #DDC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

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

R = 49.77%
G = 44.59%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDC619 (or 0xDDC619) is known color: Sunflower. HEX triplet: DD, C6 and 19. RGB value is (221,198,25). Sum of RGB (Red+Green+Blue) = 221+198+25=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC619 is #2239E6. Grayscale: #B9B9B9. Windows color (decimal): -2243047 or 1689309. OLE color: 1689309.

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

Color convert

RGB 221 198 25 -
CMYK 0 0.10 0.89 0.13
HSL 52.96º 0.8% 0.48% -
HSV(B) 52.96º 0.89% 0.87% -
XYZ 50.19 55.83 9.05 -
YUV 185.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 221 198 25 0 0.10 0.89 0.13 52.96 0.8 0.48
Hex DD C6 19 0 A 59 D 35 50 30
Octal 335 306 31 0 12 131 15 65 120 60
Binary 11011101 11000110 11001 0 1010 1011001 1101 110101 1010000 110000

Color Harmonies of #DDC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC619

Black with #DDC619

Text Example


Text Example

White with #DDC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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