Html Css Color HEX #DDC11E Sunflower

📋 copy color: '#DDC11E'

red 221 ◦ green 193 ◦ blue 30

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

Shades of Sunflower #DDC11E

Tints of Sunflower #DDC11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.76%

R = 49.77%
G = 43.47%
B = 6.76%

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

#DDC11E (or 0xDDC11E) is known color: Sunflower. HEX triplet: DD, C1 and 1E. RGB value is (221,193,30). Sum of RGB (Red+Green+Blue) = 221+193+30=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC11E is #223EE1. Grayscale: #B7B7B7. Windows color (decimal): -2244322 or 2015709. OLE color: 2015709.

HSL color Cylindrical-coordinate representation of color #DDC11E: hue angle of 51.2º degrees, saturation: 0.76, 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 #DDC11E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 30 -
CMYK 0 0.13 0.86 0.13
HSL 51.2º 0.76% 0.49% -
HSV(B) 51.2º 0.86% 0.87% -
XYZ 49.12 53.61 8.99 -
YUV 182.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 221 193 30 0 0.13 0.86 0.13 51.2 0.76 0.49
Hex DD C1 1E 0 D 56 D 33 4C 31
Octal 335 301 36 0 15 126 15 63 114 61
Binary 11011101 11000001 11110 0 1101 1010110 1101 110011 1001100 110001

Color Harmonies of #DDC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC11E

Black with #DDC11E

Text Example


Text Example

White with #DDC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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