Html Css Color HEX #DED06D Wild Rice

📋 copy color: '#DED06D'

red 222 ◦ green 208 ◦ blue 109

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

Shades of Wild Rice #DED06D

Tints of Wild Rice #DED06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 41.19%
G = 38.59%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DED06D (or 0xDED06D) is known color: Wild Rice. HEX triplet: DE, D0 and 6D. RGB value is (222,208,109). Sum of RGB (Red+Green+Blue) = 222+208+109=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06D is #212F92. Grayscale: #C9C9C9. Windows color (decimal): -2174867 or 7196894. OLE color: 7196894.

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

Color convert

RGB 222 208 109 -
CMYK 0 0.06 0.51 0.13
HSL 52.57º 0.63% 0.65% -
HSV(B) 52.57º 0.51% 0.87% -
XYZ 55.44 61.75 23.46 -
YUV 200.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 222 208 109 0 0.06 0.51 0.13 52.57 0.63 0.65
Hex DE D0 6D 0 6 33 D 35 3F 41
Octal 336 320 155 0 6 63 15 65 77 101
Binary 11011110 11010000 1101101 0 110 110011 1101 110101 111111 1000001

Color Harmonies of #DED06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED06D

Black with #DED06D

Text Example


Text Example

White with #DED06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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