Html Css Color HEX #DED673 Wild Rice

📋 copy color: '#DED673'

red 222 ◦ green 214 ◦ blue 115

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

Shades of Wild Rice #DED673

Tints of Wild Rice #DED673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 40.29%
G = 38.84%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED673 (or 0xDED673) is known color: Wild Rice. HEX triplet: DE, D6 and 73. RGB value is (222,214,115). Sum of RGB (Red+Green+Blue) = 222+214+115=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED673 is #21298C. Grayscale: #CDCDCD. Windows color (decimal): -2173325 or 7591646. OLE color: 7591646.

HSL color Cylindrical-coordinate representation of color #DED673: hue angle of 55.51º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED673 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 115 -
CMYK 0 0.04 0.48 0.13
HSL 55.51º 0.62% 0.66% -
HSV(B) 55.51º 0.48% 0.87% -
XYZ 57.27 64.86 25.72 -
YUV 205.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 222 214 115 0 0.04 0.48 0.13 55.51 0.62 0.66
Hex DE D6 73 0 4 30 D 38 3E 42
Octal 336 326 163 0 4 60 15 70 76 102
Binary 11011110 11010110 1110011 0 100 110000 1101 111000 111110 1000010

Color Harmonies of #DED673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED673

Black with #DED673

Text Example


Text Example

White with #DED673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED673; }

 p { color: rgb(222,214,115); }

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

background-color css

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

 a { background-color: rgb(222,214,115); }

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

border-color css

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

 span { border-color: rgb(222,214,115); }

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