Html Css Color HEX #DECC73 Wild Rice

📋 copy color: '#DECC73'

red 222 ◦ green 204 ◦ blue 115

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

Shades of Wild Rice #DECC73

Tints of Wild Rice #DECC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

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

R = 41.04%
G = 37.71%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DECC73 (or 0xDECC73) is known color: Wild Rice. HEX triplet: DE, CC and 73. RGB value is (222,204,115). Sum of RGB (Red+Green+Blue) = 222+204+115=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC73 is #21338C. Grayscale: #C7C7C7. Windows color (decimal): -2175885 or 7589086. OLE color: 7589086.

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

Color convert

RGB 222 204 115 -
CMYK 0 0.08 0.48 0.13
HSL 49.91º 0.62% 0.66% -
HSV(B) 49.91º 0.48% 0.87% -
XYZ 54.81 59.95 24.9 -
YUV 199.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 222 204 115 0 0.08 0.48 0.13 49.91 0.62 0.66
Hex DE CC 73 0 8 30 D 32 3E 42
Octal 336 314 163 0 10 60 15 62 76 102
Binary 11011110 11001100 1110011 0 1000 110000 1101 110010 111110 1000010

Color Harmonies of #DECC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC73

Black with #DECC73

Text Example


Text Example

White with #DECC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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