Html Css Color HEX #DDC20E Sunflower

📋 copy color: '#DDC20E'

red 221 ◦ green 194 ◦ blue 14

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

Shades of Sunflower #DDC20E

Tints of Sunflower #DDC20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 51.52%
G = 45.22%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC20E (or 0xDDC20E) is known color: Sunflower. HEX triplet: DD, C2 and 0E. RGB value is (221,194,14). Sum of RGB (Red+Green+Blue) = 221+194+14=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC20E is #223DF1. Grayscale: #B6B6B6. Windows color (decimal): -2244082 or 967389. OLE color: 967389.

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

Color convert

RGB 221 194 14 -
CMYK 0 0.12 0.94 0.13
HSL 52.17º 0.88% 0.46% -
HSV(B) 52.17º 0.94% 0.87% -
XYZ 49.19 53.99 8.24 -
YUV 181.55 33.45 156.14 -
System Red Green Blue C M Y K H S L
Decimal 221 194 14 0 0.12 0.94 0.13 52.17 0.88 0.46
Hex DD C2 E 0 C 5E D 34 58 2E
Octal 335 302 16 0 14 136 15 64 130 56
Binary 11011101 11000010 1110 0 1100 1011110 1101 110100 1011000 101110

Color Harmonies of #DDC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC20E

Black with #DDC20E

Text Example


Text Example

White with #DDC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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