Html Css Color HEX #DFD780 Wild Rice

📋 copy color: '#DFD780'

red 223 ◦ green 215 ◦ blue 128

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

Shades of Wild Rice #DFD780

Tints of Wild Rice #DFD780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

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

R = 39.4%
G = 37.99%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD780 (or 0xDFD780) is known color: Wild Rice. HEX triplet: DF, D7 and 80. RGB value is (223,215,128). Sum of RGB (Red+Green+Blue) = 223+215+128=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD780 is #20287F. Grayscale: #CFCFCF. Windows color (decimal): -2107520 or 8443871. OLE color: 8443871.

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

Color convert

RGB 223 215 128 -
CMYK 0 0.04 0.43 0.13
HSL 54.95º 0.6% 0.69% -
HSV(B) 54.95º 0.43% 0.87% -
XYZ 58.63 65.85 30.04 -
YUV 207.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 223 215 128 0 0.04 0.43 0.13 54.95 0.6 0.69
Hex DF D7 80 0 4 2B D 37 3C 45
Octal 337 327 200 0 4 53 15 67 74 105
Binary 11011111 11010111 10000000 0 100 101011 1101 110111 111100 1000101

Color Harmonies of #DFD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD780

Black with #DFD780

Text Example


Text Example

White with #DFD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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