Html Css Color HEX #DED06E Wild Rice

📋 copy color: '#DED06E'

red 222 ◦ green 208 ◦ blue 110

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

Shades of Wild Rice #DED06E

Tints of Wild Rice #DED06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.37%

R = 41.11%
G = 38.52%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED06E (or 0xDED06E) is known color: Wild Rice. HEX triplet: DE, D0 and 6E. RGB value is (222,208,110). Sum of RGB (Red+Green+Blue) = 222+208+110=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06E is #212F91. Grayscale: #C9C9C9. Windows color (decimal): -2174866 or 7262430. OLE color: 7262430.

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

Color convert

RGB 222 208 110 -
CMYK 0 0.06 0.50 0.13
HSL 52.5º 0.63% 0.65% -
HSV(B) 52.5º 0.5% 0.87% -
XYZ 55.49 61.77 23.75 -
YUV 201.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 222 208 110 0 0.06 0.50 0.13 52.5 0.63 0.65
Hex DE D0 6E 0 6 32 D 34 3F 41
Octal 336 320 156 0 6 62 15 64 77 101
Binary 11011110 11010000 1101110 0 110 110010 1101 110100 111111 1000001

Color Harmonies of #DED06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED06E

Black with #DED06E

Text Example


Text Example

White with #DED06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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