Html Css Color HEX #DDD013 Sunflower

📋 copy color: '#DDD013'

red 221 ◦ green 208 ◦ blue 19

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

Shades of Sunflower #DDD013

Tints of Sunflower #DDD013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 49.33%
G = 46.43%
B = 4.24%

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

#DDD013 (or 0xDDD013) is known color: Sunflower. HEX triplet: DD, D0 and 13. RGB value is (221,208,19). Sum of RGB (Red+Green+Blue) = 221+208+19=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD013 is #222FEC. Grayscale: #BFBFBF. Windows color (decimal): -2240493 or 1298653. OLE color: 1298653.

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

Color convert

RGB 221 208 19 -
CMYK 0 0.06 0.91 0.13
HSL 56.14º 0.84% 0.47% -
HSV(B) 56.14º 0.91% 0.87% -
XYZ 52.49 60.53 9.53 -
YUV 190.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 221 208 19 0 0.06 0.91 0.13 56.14 0.84 0.47
Hex DD D0 13 0 6 5B D 38 54 2F
Octal 335 320 23 0 6 133 15 70 124 57
Binary 11011101 11010000 10011 0 110 1011011 1101 111000 1010100 101111

Color Harmonies of #DDD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD013

Black with #DDD013

Text Example


Text Example

White with #DDD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD013; }

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

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

background-color css

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

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

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

border-color css

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

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

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