Html Css Color HEX #DFD680 Wild Rice

📋 copy color: '#DFD680'

red 223 ◦ green 214 ◦ blue 128

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

Shades of Wild Rice #DFD680

Tints of Wild Rice #DFD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 39.47%
G = 37.88%
B = 22.65%

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

#DFD680 (or 0xDFD680) is known color: Wild Rice. HEX triplet: DF, D6 and 80. RGB value is (223,214,128). Sum of RGB (Red+Green+Blue) = 223+214+128=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD680 is #20297F. Grayscale: #CFCFCF. Windows color (decimal): -2107776 or 8443615. OLE color: 8443615.

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

Color convert

RGB 223 214 128 -
CMYK 0 0.04 0.43 0.13
HSL 54.32º 0.6% 0.69% -
HSV(B) 54.32º 0.43% 0.87% -
XYZ 58.37 65.34 29.96 -
YUV 206.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 223 214 128 0 0.04 0.43 0.13 54.32 0.6 0.69
Hex DF D6 80 0 4 2B D 36 3C 45
Octal 337 326 200 0 4 53 15 66 74 105
Binary 11011111 11010110 10000000 0 100 101011 1101 110110 111100 1000101

Color Harmonies of #DFD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD680

Black with #DFD680

Text Example


Text Example

White with #DFD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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