Html Css Color HEX #DDC911 Sunflower

📋 copy color: '#DDC911'

red 221 ◦ green 201 ◦ blue 17

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

Shades of Sunflower #DDC911

Tints of Sunflower #DDC911

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

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

R = 50.34%
G = 45.79%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDC911 (or 0xDDC911) is known color: Sunflower. HEX triplet: DD, C9 and 11. RGB value is (221,201,17). Sum of RGB (Red+Green+Blue) = 221+201+17=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC911 is #2236EE. Grayscale: #BABABA. Windows color (decimal): -2242287 or 1165789. OLE color: 1165789.

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

Color convert

RGB 221 201 17 -
CMYK 0 0.09 0.92 0.13
HSL 54.12º 0.86% 0.47% -
HSV(B) 54.12º 0.92% 0.87% -
XYZ 50.81 57.19 8.89 -
YUV 186 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 221 201 17 0 0.09 0.92 0.13 54.12 0.86 0.47
Hex DD C9 11 0 9 5C D 36 56 2F
Octal 335 311 21 0 11 134 15 66 126 57
Binary 11011101 11001001 10001 0 1001 1011100 1101 110110 1010110 101111

Color Harmonies of #DDC911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC911

Black with #DDC911

Text Example


Text Example

White with #DDC911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC911; }

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

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

background-color css

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

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

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

border-color css

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

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

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