Html Css Color HEX #DDD111 Sunflower

📋 copy color: '#DDD111'

red 221 ◦ green 209 ◦ blue 17

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

Shades of Sunflower #DDD111

Tints of Sunflower #DDD111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

 BLUE value IS 17 (7.03% from 255) = 3.8%

R = 49.44%
G = 46.76%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD111 (or 0xDDD111) is known color: Sunflower. HEX triplet: DD, D1 and 11. RGB value is (221,209,17). Sum of RGB (Red+Green+Blue) = 221+209+17=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD111 is #222EEE. Grayscale: #BFBFBF. Windows color (decimal): -2240239 or 1167837. OLE color: 1167837.

HSL color Cylindrical-coordinate representation of color #DDD111: hue angle of 56.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD111 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 17 -
CMYK 0 0.05 0.92 0.13
HSL 56.47º 0.86% 0.47% -
HSV(B) 56.47º 0.92% 0.87% -
XYZ 52.72 61.01 9.53 -
YUV 190.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 221 209 17 0 0.05 0.92 0.13 56.47 0.86 0.47
Hex DD D1 11 0 5 5C D 38 56 2F
Octal 335 321 21 0 5 134 15 70 126 57
Binary 11011101 11010001 10001 0 101 1011100 1101 111000 1010110 101111

Color Harmonies of #DDD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD111

Black with #DDD111

Text Example


Text Example

White with #DDD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD111; }

 p { color: rgb(221,209,17); }

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

background-color css

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

 a { background-color: rgb(221,209,17); }

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

border-color css

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

 span { border-color: rgb(221,209,17); }

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