Html Css Color HEX #DECE71 Wild Rice

📋 copy color: '#DECE71'

red 222 ◦ green 206 ◦ blue 113

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

Shades of Wild Rice #DECE71

Tints of Wild Rice #DECE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 41.04%
G = 38.08%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DECE71 (or 0xDECE71) is known color: Wild Rice. HEX triplet: DE, CE and 71. RGB value is (222,206,113). Sum of RGB (Red+Green+Blue) = 222+206+113=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE71 is #21318E. Grayscale: #C8C8C8. Windows color (decimal): -2175375 or 7458526. OLE color: 7458526.

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

Color convert

RGB 222 206 113 -
CMYK 0 0.07 0.49 0.13
HSL 51.19º 0.62% 0.66% -
HSV(B) 51.19º 0.49% 0.87% -
XYZ 55.18 60.86 24.46 -
YUV 200.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 222 206 113 0 0.07 0.49 0.13 51.19 0.62 0.66
Hex DE CE 71 0 7 31 D 33 3E 42
Octal 336 316 161 0 7 61 15 63 76 102
Binary 11011110 11001110 1110001 0 111 110001 1101 110011 111110 1000010

Color Harmonies of #DECE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECE71

Black with #DECE71

Text Example


Text Example

White with #DECE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECE71; }

 p { color: rgb(222,206,113); }

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

background-color css

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

 a { background-color: rgb(222,206,113); }

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

border-color css

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

 span { border-color: rgb(222,206,113); }

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