Html Css Color HEX #DED30A Sunflower

📋 copy color: '#DED30A'

red 222 ◦ green 211 ◦ blue 10

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

Shades of Sunflower #DED30A

Tints of Sunflower #DED30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 50.11%
G = 47.63%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED30A (or 0xDED30A) is known color: Sunflower. HEX triplet: DE, D3 and 0A. RGB value is (222,211,10). Sum of RGB (Red+Green+Blue) = 222+211+10=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED30A is #212CF5. Grayscale: #C0C0C0. Windows color (decimal): -2174198 or 709598. OLE color: 709598.

HSL color Cylindrical-coordinate representation of color #DED30A: hue angle of 56.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED30A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 10 -
CMYK 0 0.05 0.95 0.13
HSL 56.89º 0.91% 0.45% -
HSV(B) 56.89º 0.95% 0.87% -
XYZ 53.47 62.14 9.46 -
YUV 191.38 25.64 149.84 -
System Red Green Blue C M Y K H S L
Decimal 222 211 10 0 0.05 0.95 0.13 56.89 0.91 0.45
Hex DE D3 A 0 5 5F D 39 5B 2D
Octal 336 323 12 0 5 137 15 71 133 55
Binary 11011110 11010011 1010 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DED30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED30A

Black with #DED30A

Text Example


Text Example

White with #DED30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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