Html Css Color HEX #DDD014 Sunflower

📋 copy color: '#DDD014'

red 221 ◦ green 208 ◦ blue 20

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

Shades of Sunflower #DDD014

Tints of Sunflower #DDD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 49.22%
G = 46.33%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD014 (or 0xDDD014) is known color: Sunflower. HEX triplet: DD, D0 and 14. RGB value is (221,208,20). Sum of RGB (Red+Green+Blue) = 221+208+20=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD014 is #222FEB. Grayscale: #BFBFBF. Windows color (decimal): -2240492 or 1364189. OLE color: 1364189.

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

Color convert

RGB 221 208 20 -
CMYK 0 0.06 0.91 0.13
HSL 56.12º 0.83% 0.47% -
HSV(B) 56.12º 0.91% 0.87% -
XYZ 52.5 60.53 9.58 -
YUV 190.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 221 208 20 0 0.06 0.91 0.13 56.12 0.83 0.47
Hex DD D0 14 0 6 5B D 38 53 2F
Octal 335 320 24 0 6 133 15 70 123 57
Binary 11011101 11010000 10100 0 110 1011011 1101 111000 1010011 101111

Color Harmonies of #DDD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD014

Black with #DDD014

Text Example


Text Example

White with #DDD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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