Html Css Color HEX #DED00D Sunflower

📋 copy color: '#DED00D'

red 222 ◦ green 208 ◦ blue 13

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

Shades of Sunflower #DED00D

Tints of Sunflower #DED00D

RGB

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

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

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

R = 50.11%
G = 46.95%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED00D (or 0xDED00D) is known color: Sunflower. HEX triplet: DE, D0 and 0D. RGB value is (222,208,13). Sum of RGB (Red+Green+Blue) = 222+208+13=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED00D is #212FF2. Grayscale: #BEBEBE. Windows color (decimal): -2174963 or 905438. OLE color: 905438.

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

Color convert

RGB 222 208 13 -
CMYK 0 0.06 0.94 0.13
HSL 55.98º 0.89% 0.46% -
HSV(B) 55.98º 0.94% 0.87% -
XYZ 52.75 60.67 9.31 -
YUV 189.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 222 208 13 0 0.06 0.94 0.13 55.98 0.89 0.46
Hex DE D0 D 0 6 5E D 38 59 2E
Octal 336 320 15 0 6 136 15 70 131 56
Binary 11011110 11010000 1101 0 110 1011110 1101 111000 1011001 101110

Color Harmonies of #DED00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED00D

Black with #DED00D

Text Example


Text Example

White with #DED00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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