Html Css Color HEX #DDC11F Sunflower

📋 copy color: '#DDC11F'

red 221 ◦ green 193 ◦ blue 31

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

Shades of Sunflower #DDC11F

Tints of Sunflower #DDC11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 49.66%
G = 43.37%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC11F (or 0xDDC11F) is known color: Sunflower. HEX triplet: DD, C1 and 1F. RGB value is (221,193,31). Sum of RGB (Red+Green+Blue) = 221+193+31=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC11F is #223EE0. Grayscale: #B7B7B7. Windows color (decimal): -2244321 or 2081245. OLE color: 2081245.

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

Color convert

RGB 221 193 31 -
CMYK 0 0.13 0.86 0.13
HSL 51.16º 0.75% 0.49% -
HSV(B) 51.16º 0.86% 0.87% -
XYZ 49.14 53.61 9.05 -
YUV 182.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 221 193 31 0 0.13 0.86 0.13 51.16 0.75 0.49
Hex DD C1 1F 0 D 56 D 33 4B 31
Octal 335 301 37 0 15 126 15 63 113 61
Binary 11011101 11000001 11111 0 1101 1010110 1101 110011 1001011 110001

Color Harmonies of #DDC11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC11F

Black with #DDC11F

Text Example


Text Example

White with #DDC11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC11F; }

 p { color: rgb(221,193,31); }

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

background-color css

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

 a { background-color: rgb(221,193,31); }

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

border-color css

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

 span { border-color: rgb(221,193,31); }

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