Html Css Color HEX #DED10B Sunflower

📋 copy color: '#DED10B'

red 222 ◦ green 209 ◦ blue 11

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

Shades of Sunflower #DED10B

Tints of Sunflower #DED10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.29%

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 50.23%
G = 47.29%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED10B (or 0xDED10B) is known color: Sunflower. HEX triplet: DE, D1 and 0B. RGB value is (222,209,11). Sum of RGB (Red+Green+Blue) = 222+209+11=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10B is #212EF4. Grayscale: #BFBFBF. Windows color (decimal): -2174709 or 774622. OLE color: 774622.

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

Color convert

RGB 222 209 11 -
CMYK 0 0.06 0.95 0.13
HSL 56.3º 0.91% 0.46% -
HSV(B) 56.3º 0.95% 0.87% -
XYZ 52.99 61.15 9.33 -
YUV 190.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 222 209 11 0 0.06 0.95 0.13 56.3 0.91 0.46
Hex DE D1 B 0 6 5F D 38 5B 2E
Octal 336 321 13 0 6 137 15 70 133 56
Binary 11011110 11010001 1011 0 110 1011111 1101 111000 1011011 101110

Color Harmonies of #DED10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED10B

Black with #DED10B

Text Example


Text Example

White with #DED10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED10B; }

 p { color: rgb(222,209,11); }

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

background-color css

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

 a { background-color: rgb(222,209,11); }

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

border-color css

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

 span { border-color: rgb(222,209,11); }

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