Html Css Color HEX #DFD980 Wild Rice

📋 copy color: '#DFD980'

red 223 ◦ green 217 ◦ blue 128

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

Shades of Wild Rice #DFD980

Tints of Wild Rice #DFD980

RGB

 RED value IS 223 (87.5% from 255) = 39.26%

 GREEN value IS 217 (85.16% from 255) = 38.2%

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 39.26%
G = 38.2%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD980 (or 0xDFD980) is known color: Wild Rice. HEX triplet: DF, D9 and 80. RGB value is (223,217,128). Sum of RGB (Red+Green+Blue) = 223+217+128=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD980 is #20267F. Grayscale: #D1D1D1. Windows color (decimal): -2107008 or 8444383. OLE color: 8444383.

HSL color Cylindrical-coordinate representation of color #DFD980: hue angle of 56.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD980 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 128 -
CMYK 0 0.03 0.43 0.13
HSL 56.21º 0.6% 0.69% -
HSV(B) 56.21º 0.43% 0.87% -
XYZ 59.14 66.87 30.21 -
YUV 208.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 223 217 128 0 0.03 0.43 0.13 56.21 0.6 0.69
Hex DF D9 80 0 3 2B D 38 3C 45
Octal 337 331 200 0 3 53 15 70 74 105
Binary 11011111 11011001 10000000 0 11 101011 1101 111000 111100 1000101

Color Harmonies of #DFD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD980

Black with #DFD980

Text Example


Text Example

White with #DFD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD980; }

 p { color: rgb(223,217,128); }

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

background-color css

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

 a { background-color: rgb(223,217,128); }

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

border-color css

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

 span { border-color: rgb(223,217,128); }

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