Html Css Color HEX #DED06F Wild Rice

📋 copy color: '#DED06F'

red 222 ◦ green 208 ◦ blue 111

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

Shades of Wild Rice #DED06F

Tints of Wild Rice #DED06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 41.04%
G = 38.45%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DED06F (or 0xDED06F) is known color: Wild Rice. HEX triplet: DE, D0 and 6F. RGB value is (222,208,111). Sum of RGB (Red+Green+Blue) = 222+208+111=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06F is #212F90. Grayscale: #C9C9C9. Windows color (decimal): -2174865 or 7327966. OLE color: 7327966.

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

Color convert

RGB 222 208 111 -
CMYK 0 0.06 0.5 0.13
HSL 52.43º 0.63% 0.65% -
HSV(B) 52.43º 0.5% 0.87% -
XYZ 55.55 61.79 24.04 -
YUV 201.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 222 208 111 0 0.06 0.5 0.13 52.43 0.63 0.65
Hex DE D0 6F 0 6 32 D 34 3F 41
Octal 336 320 157 0 6 62 15 64 77 101
Binary 11011110 11010000 1101111 0 110 110010 1101 110100 111111 1000001

Color Harmonies of #DED06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED06F

Black with #DED06F

Text Example


Text Example

White with #DED06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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