Html Css Color HEX #DDC40E Sunflower

📋 copy color: '#DDC40E'

red 221 ◦ green 196 ◦ blue 14

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

Shades of Sunflower #DDC40E

Tints of Sunflower #DDC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

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

R = 51.28%
G = 45.48%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC40E (or 0xDDC40E) is known color: Sunflower. HEX triplet: DD, C4 and 0E. RGB value is (221,196,14). Sum of RGB (Red+Green+Blue) = 221+196+14=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC40E is #223BF1. Grayscale: #B7B7B7. Windows color (decimal): -2243570 or 967901. OLE color: 967901.

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

Color convert

RGB 221 196 14 -
CMYK 0 0.11 0.94 0.13
HSL 52.75º 0.88% 0.46% -
HSV(B) 52.75º 0.94% 0.87% -
XYZ 49.64 54.88 8.39 -
YUV 182.73 32.78 155.3 -
System Red Green Blue C M Y K H S L
Decimal 221 196 14 0 0.11 0.94 0.13 52.75 0.88 0.46
Hex DD C4 E 0 B 5E D 35 58 2E
Octal 335 304 16 0 13 136 15 65 130 56
Binary 11011101 11000100 1110 0 1011 1011110 1101 110101 1011000 101110

Color Harmonies of #DDC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC40E

Black with #DDC40E

Text Example


Text Example

White with #DDC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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