Html Css Color HEX #DDC414 Sunflower

📋 copy color: '#DDC414'

red 221 ◦ green 196 ◦ blue 20

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

Shades of Sunflower #DDC414

Tints of Sunflower #DDC414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 50.57%
G = 44.85%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC414 (or 0xDDC414) is known color: Sunflower. HEX triplet: DD, C4 and 14. RGB value is (221,196,20). Sum of RGB (Red+Green+Blue) = 221+196+20=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC414 is #223BEB. Grayscale: #B8B8B8. Windows color (decimal): -2243564 or 1361117. OLE color: 1361117.

HSL color Cylindrical-coordinate representation of color #DDC414: hue angle of 52.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDC414 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 20 -
CMYK 0 0.11 0.91 0.13
HSL 52.54º 0.83% 0.47% -
HSV(B) 52.54º 0.91% 0.87% -
XYZ 49.68 54.9 8.64 -
YUV 183.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 221 196 20 0 0.11 0.91 0.13 52.54 0.83 0.47
Hex DD C4 14 0 B 5B D 35 53 2F
Octal 335 304 24 0 13 133 15 65 123 57
Binary 11011101 11000100 10100 0 1011 1011011 1101 110101 1010011 101111

Color Harmonies of #DDC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC414

Black with #DDC414

Text Example


Text Example

White with #DDC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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