Html Css Color HEX #DED672 Wild Rice

📋 copy color: '#DED672'

red 222 ◦ green 214 ◦ blue 114

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

Shades of Wild Rice #DED672

Tints of Wild Rice #DED672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.73%

R = 40.36%
G = 38.91%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED672 (or 0xDED672) is known color: Wild Rice. HEX triplet: DE, D6 and 72. RGB value is (222,214,114). Sum of RGB (Red+Green+Blue) = 222+214+114=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED672 is #21298D. Grayscale: #CDCDCD. Windows color (decimal): -2173326 or 7526110. OLE color: 7526110.

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

Color convert

RGB 222 214 114 -
CMYK 0 0.04 0.49 0.13
HSL 55.56º 0.62% 0.66% -
HSV(B) 55.56º 0.49% 0.87% -
XYZ 57.21 64.84 25.42 -
YUV 204.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 222 214 114 0 0.04 0.49 0.13 55.56 0.62 0.66
Hex DE D6 72 0 4 31 D 38 3E 42
Octal 336 326 162 0 4 61 15 70 76 102
Binary 11011110 11010110 1110010 0 100 110001 1101 111000 111110 1000010

Color Harmonies of #DED672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED672

Black with #DED672

Text Example


Text Example

White with #DED672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED672; }

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

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

background-color css

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

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

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

border-color css

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

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

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