Html Css Color HEX #DECF71 Wild Rice

📋 copy color: '#DECF71'

red 222 ◦ green 207 ◦ blue 113

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

Shades of Wild Rice #DECF71

Tints of Wild Rice #DECF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

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

R = 40.96%
G = 38.19%
B = 20.85%

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

#DECF71 (or 0xDECF71) is known color: Wild Rice. HEX triplet: DE, CF and 71. RGB value is (222,207,113). Sum of RGB (Red+Green+Blue) = 222+207+113=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF71 is #21308E. Grayscale: #C9C9C9. Windows color (decimal): -2175119 or 7458782. OLE color: 7458782.

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

Color convert

RGB 222 207 113 -
CMYK 0 0.07 0.49 0.13
HSL 51.74º 0.62% 0.66% -
HSV(B) 51.74º 0.49% 0.87% -
XYZ 55.42 61.35 24.54 -
YUV 200.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 222 207 113 0 0.07 0.49 0.13 51.74 0.62 0.66
Hex DE CF 71 0 7 31 D 34 3E 42
Octal 336 317 161 0 7 61 15 64 76 102
Binary 11011110 11001111 1110001 0 111 110001 1101 110100 111110 1000010

Color Harmonies of #DECF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF71

Black with #DECF71

Text Example


Text Example

White with #DECF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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