Html Css Color HEX #DFD46E Wild Rice

📋 copy color: '#DFD46E'

red 223 ◦ green 212 ◦ blue 110

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

Shades of Wild Rice #DFD46E

Tints of Wild Rice #DFD46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.9%

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 40.92%
G = 38.9%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFD46E (or 0xDFD46E) is known color: Wild Rice. HEX triplet: DF, D4 and 6E. RGB value is (223,212,110). Sum of RGB (Red+Green+Blue) = 223+212+110=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46E is #202B91. Grayscale: #CCCCCC. Windows color (decimal): -2108306 or 7263455. OLE color: 7263455.

HSL color Cylindrical-coordinate representation of color #DFD46E: hue angle of 54.16º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFD46E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 110 -
CMYK 0 0.05 0.51 0.13
HSL 54.16º 0.64% 0.65% -
HSV(B) 54.16º 0.51% 0.87% -
XYZ 56.79 63.9 24.09 -
YUV 203.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 223 212 110 0 0.05 0.51 0.13 54.16 0.64 0.65
Hex DF D4 6E 0 5 33 D 36 40 41
Octal 337 324 156 0 5 63 15 66 100 101
Binary 11011111 11010100 1101110 0 101 110011 1101 110110 1000000 1000001

Color Harmonies of #DFD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD46E

Black with #DFD46E

Text Example


Text Example

White with #DFD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD46E; }

 p { color: rgb(223,212,110); }

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

background-color css

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

 a { background-color: rgb(223,212,110); }

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

border-color css

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

 span { border-color: rgb(223,212,110); }

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