Html Css Color HEX #DFD57A Wild Rice

📋 copy color: '#DFD57A'

red 223 ◦ green 213 ◦ blue 122

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

Shades of Wild Rice #DFD57A

Tints of Wild Rice #DFD57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.86%

R = 39.96%
G = 38.17%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFD57A (or 0xDFD57A) is known color: Wild Rice. HEX triplet: DF, D5 and 7A. RGB value is (223,213,122). Sum of RGB (Red+Green+Blue) = 223+213+122=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD57A is #202A85. Grayscale: #CDCDCD. Windows color (decimal): -2108038 or 8050143. OLE color: 8050143.

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

Color convert

RGB 223 213 122 -
CMYK 0 0.04 0.45 0.13
HSL 54.06º 0.61% 0.68% -
HSV(B) 54.06º 0.45% 0.87% -
XYZ 57.74 64.68 27.85 -
YUV 205.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 223 213 122 0 0.04 0.45 0.13 54.06 0.61 0.68
Hex DF D5 7A 0 4 2D D 36 3D 44
Octal 337 325 172 0 4 55 15 66 75 104
Binary 11011111 11010101 1111010 0 100 101101 1101 110110 111101 1000100

Color Harmonies of #DFD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD57A

Black with #DFD57A

Text Example


Text Example

White with #DFD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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