Html Css Color HEX #DDD30E Sunflower

📋 copy color: '#DDD30E'

red 221 ◦ green 211 ◦ blue 14

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

Shades of Sunflower #DDD30E

Tints of Sunflower #DDD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 49.55%
G = 47.31%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD30E (or 0xDDD30E) is known color: Sunflower. HEX triplet: DD, D3 and 0E. RGB value is (221,211,14). Sum of RGB (Red+Green+Blue) = 221+211+14=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD30E is #222CF1. Grayscale: #C0C0C0. Windows color (decimal): -2239730 or 971741. OLE color: 971741.

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

Color convert

RGB 221 211 14 -
CMYK 0 0.05 0.94 0.13
HSL 57.1º 0.88% 0.46% -
HSV(B) 57.1º 0.94% 0.87% -
XYZ 53.19 61.99 9.58 -
YUV 191.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 221 211 14 0 0.05 0.94 0.13 57.1 0.88 0.46
Hex DD D3 E 0 5 5E D 39 58 2E
Octal 335 323 16 0 5 136 15 71 130 56
Binary 11011101 11010011 1110 0 101 1011110 1101 111001 1011000 101110

Color Harmonies of #DDD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD30E

Black with #DDD30E

Text Example


Text Example

White with #DDD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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