Html Css Color HEX #DDC211 Sunflower

📋 copy color: '#DDC211'

red 221 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #DDC211

Tints of Sunflower #DDC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

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

R = 51.16%
G = 44.91%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDC211 (or 0xDDC211) is known color: Sunflower. HEX triplet: DD, C2 and 11. RGB value is (221,194,17). Sum of RGB (Red+Green+Blue) = 221+194+17=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC211 is #223DEE. Grayscale: #B6B6B6. Windows color (decimal): -2244079 or 1163997. OLE color: 1163997.

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

Color convert

RGB 221 194 17 -
CMYK 0 0.12 0.92 0.13
HSL 52.06º 0.86% 0.47% -
HSV(B) 52.06º 0.92% 0.87% -
XYZ 49.21 54 8.36 -
YUV 181.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 221 194 17 0 0.12 0.92 0.13 52.06 0.86 0.47
Hex DD C2 11 0 C 5C D 34 56 2F
Octal 335 302 21 0 14 134 15 64 126 57
Binary 11011101 11000010 10001 0 1100 1011100 1101 110100 1010110 101111

Color Harmonies of #DDC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC211

Black with #DDC211

Text Example


Text Example

White with #DDC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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