Html Css Color HEX #DFD47C Wild Rice

📋 copy color: '#DFD47C'

red 223 ◦ green 212 ◦ blue 124

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

Shades of Wild Rice #DFD47C

Tints of Wild Rice #DFD47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 39.89%
G = 37.92%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFD47C (or 0xDFD47C) is known color: Wild Rice. HEX triplet: DF, D4 and 7C. RGB value is (223,212,124). Sum of RGB (Red+Green+Blue) = 223+212+124=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD47C is #202B83. Grayscale: #CDCDCD. Windows color (decimal): -2108292 or 8180959. OLE color: 8180959.

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

Color convert

RGB 223 212 124 -
CMYK 0 0.05 0.44 0.13
HSL 53.33º 0.61% 0.68% -
HSV(B) 53.33º 0.44% 0.87% -
XYZ 57.61 64.23 28.43 -
YUV 205.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 223 212 124 0 0.05 0.44 0.13 53.33 0.61 0.68
Hex DF D4 7C 0 5 2C D 35 3D 44
Octal 337 324 174 0 5 54 15 65 75 104
Binary 11011111 11010100 1111100 0 101 101100 1101 110101 111101 1000100

Color Harmonies of #DFD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD47C

Black with #DFD47C

Text Example


Text Example

White with #DFD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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