Html Css Color HEX #DED30D Sunflower

📋 copy color: '#DED30D'

red 222 ◦ green 211 ◦ blue 13

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

Shades of Sunflower #DED30D

Tints of Sunflower #DED30D

RGB

 RED value IS 222 (87.11% from 255) = 49.78%

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

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 49.78%
G = 47.31%
B = 2.91%

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

#DED30D (or 0xDED30D) is known color: Sunflower. HEX triplet: DE, D3 and 0D. RGB value is (222,211,13). Sum of RGB (Red+Green+Blue) = 222+211+13=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DED30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED30D is #212CF2. Grayscale: #C0C0C0. Windows color (decimal): -2174195 or 906206. OLE color: 906206.

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

Color convert

RGB 222 211 13 -
CMYK 0 0.05 0.94 0.13
HSL 56.84º 0.89% 0.46% -
HSV(B) 56.84º 0.94% 0.87% -
XYZ 53.49 62.15 9.56 -
YUV 191.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 222 211 13 0 0.05 0.94 0.13 56.84 0.89 0.46
Hex DE D3 D 0 5 5E D 39 59 2E
Octal 336 323 15 0 5 136 15 71 131 56
Binary 11011110 11010011 1101 0 101 1011110 1101 111001 1011001 101110

Color Harmonies of #DED30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED30D

Black with #DED30D

Text Example


Text Example

White with #DED30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED30D; }

 p { color: rgb(222,211,13); }

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

background-color css

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

 a { background-color: rgb(222,211,13); }

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

border-color css

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

 span { border-color: rgb(222,211,13); }

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