Html Css Color HEX #DFD580 Wild Rice

📋 copy color: '#DFD580'

red 223 ◦ green 213 ◦ blue 128

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

Shades of Wild Rice #DFD580

Tints of Wild Rice #DFD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 39.54%
G = 37.77%
B = 22.7%

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

#DFD580 (or 0xDFD580) is known color: Wild Rice. HEX triplet: DF, D5 and 80. RGB value is (223,213,128). Sum of RGB (Red+Green+Blue) = 223+213+128=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD580 is #202A7F. Grayscale: #CECECE. Windows color (decimal): -2108032 or 8443359. OLE color: 8443359.

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

Color convert

RGB 223 213 128 -
CMYK 0 0.04 0.43 0.13
HSL 53.68º 0.6% 0.69% -
HSV(B) 53.68º 0.43% 0.87% -
XYZ 58.12 64.83 29.87 -
YUV 206.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 223 213 128 0 0.04 0.43 0.13 53.68 0.6 0.69
Hex DF D5 80 0 4 2B D 36 3C 45
Octal 337 325 200 0 4 53 15 66 74 105
Binary 11011111 11010101 10000000 0 100 101011 1101 110110 111100 1000101

Color Harmonies of #DFD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD580

Black with #DFD580

Text Example


Text Example

White with #DFD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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