Html Css Color HEX #DFD57E Wild Rice

📋 copy color: '#DFD57E'

red 223 ◦ green 213 ◦ blue 126

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

Shades of Wild Rice #DFD57E

Tints of Wild Rice #DFD57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.42%

R = 39.68%
G = 37.9%
B = 22.42%

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

#DFD57E (or 0xDFD57E) is known color: Wild Rice. HEX triplet: DF, D5 and 7E. RGB value is (223,213,126). Sum of RGB (Red+Green+Blue) = 223+213+126=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD57E is #202A81. Grayscale: #CECECE. Windows color (decimal): -2108034 or 8312287. OLE color: 8312287.

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

Color convert

RGB 223 213 126 -
CMYK 0 0.04 0.43 0.13
HSL 53.81º 0.6% 0.68% -
HSV(B) 53.81º 0.43% 0.87% -
XYZ 57.99 64.78 29.19 -
YUV 206.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 223 213 126 0 0.04 0.43 0.13 53.81 0.6 0.68
Hex DF D5 7E 0 4 2B D 36 3C 44
Octal 337 325 176 0 4 53 15 66 74 104
Binary 11011111 11010101 1111110 0 100 101011 1101 110110 111100 1000100

Color Harmonies of #DFD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD57E

Black with #DFD57E

Text Example


Text Example

White with #DFD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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