Html Css Color HEX #DDD210 Sunflower

📋 copy color: '#DDD210'

red 221 ◦ green 210 ◦ blue 16

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

Shades of Sunflower #DDD210

Tints of Sunflower #DDD210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 49.44%
G = 46.98%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD210 (or 0xDDD210) is known color: Sunflower. HEX triplet: DD, D2 and 10. RGB value is (221,210,16). Sum of RGB (Red+Green+Blue) = 221+210+16=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD210 is #222DEF. Grayscale: #BFBFBF. Windows color (decimal): -2239984 or 1102557. OLE color: 1102557.

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

Color convert

RGB 221 210 16 -
CMYK 0 0.05 0.93 0.13
HSL 56.78º 0.86% 0.46% -
HSV(B) 56.78º 0.93% 0.87% -
XYZ 52.96 61.5 9.57 -
YUV 191.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 221 210 16 0 0.05 0.93 0.13 56.78 0.86 0.46
Hex DD D2 10 0 5 5D D 39 56 2E
Octal 335 322 20 0 5 135 15 71 126 56
Binary 11011101 11010010 10000 0 101 1011101 1101 111001 1010110 101110

Color Harmonies of #DDD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD210

Black with #DDD210

Text Example


Text Example

White with #DDD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD210; }

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

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

background-color css

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

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

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

border-color css

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

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

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