Html Css Color HEX #DED00B Sunflower

📋 copy color: '#DED00B'

red 222 ◦ green 208 ◦ blue 11

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

Shades of Sunflower #DED00B

Tints of Sunflower #DED00B

RGB

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

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

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

R = 50.34%
G = 47.17%
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

#DED00B (or 0xDED00B) is known color: Sunflower. HEX triplet: DE, D0 and 0B. RGB value is (222,208,11). Sum of RGB (Red+Green+Blue) = 222+208+11=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED00B is #212FF4. Grayscale: #BEBEBE. Windows color (decimal): -2174965 or 774366. OLE color: 774366.

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

Color convert

RGB 222 208 11 -
CMYK 0 0.06 0.95 0.13
HSL 56.02º 0.91% 0.46% -
HSV(B) 56.02º 0.95% 0.87% -
XYZ 52.74 60.67 9.25 -
YUV 189.73 27.14 151.02 -
System Red Green Blue C M Y K H S L
Decimal 222 208 11 0 0.06 0.95 0.13 56.02 0.91 0.46
Hex DE D0 B 0 6 5F D 38 5B 2E
Octal 336 320 13 0 6 137 15 70 133 56
Binary 11011110 11010000 1011 0 110 1011111 1101 111000 1011011 101110

Color Harmonies of #DED00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED00B

Black with #DED00B

Text Example


Text Example

White with #DED00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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