Html Css Color HEX #DDD211 Sunflower

📋 copy color: '#DDD211'

red 221 ◦ green 210 ◦ blue 17

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

Shades of Sunflower #DDD211

Tints of Sunflower #DDD211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

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

R = 49.33%
G = 46.88%
B = 3.79%

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

#DDD211 (or 0xDDD211) is known color: Sunflower. HEX triplet: DD, D2 and 11. RGB value is (221,210,17). Sum of RGB (Red+Green+Blue) = 221+210+17=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD211 is #222DEE. Grayscale: #C0C0C0. Windows color (decimal): -2239983 or 1168093. OLE color: 1168093.

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

Color convert

RGB 221 210 17 -
CMYK 0 0.05 0.92 0.13
HSL 56.76º 0.86% 0.47% -
HSV(B) 56.76º 0.92% 0.87% -
XYZ 52.97 61.51 9.61 -
YUV 191.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 221 210 17 0 0.05 0.92 0.13 56.76 0.86 0.47
Hex DD D2 11 0 5 5C D 39 56 2F
Octal 335 322 21 0 5 134 15 71 126 57
Binary 11011101 11010010 10001 0 101 1011100 1101 111001 1010110 101111

Color Harmonies of #DDD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD211

Black with #DDD211

Text Example


Text Example

White with #DDD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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