Html Css Color HEX #DFD47E Wild Rice

📋 copy color: '#DFD47E'

red 223 ◦ green 212 ◦ blue 126

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

Shades of Wild Rice #DFD47E

Tints of Wild Rice #DFD47E

RGB

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

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

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

R = 39.75%
G = 37.79%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD47E (or 0xDFD47E) is known color: Wild Rice. HEX triplet: DF, D4 and 7E. RGB value is (223,212,126). Sum of RGB (Red+Green+Blue) = 223+212+126=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD47E is #202B81. Grayscale: #CDCDCD. Windows color (decimal): -2108290 or 8312031. OLE color: 8312031.

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

Color convert

RGB 223 212 126 -
CMYK 0 0.05 0.43 0.13
HSL 53.2º 0.6% 0.68% -
HSV(B) 53.2º 0.43% 0.87% -
XYZ 57.74 64.28 29.1 -
YUV 205.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 223 212 126 0 0.05 0.43 0.13 53.2 0.6 0.68
Hex DF D4 7E 0 5 2B D 35 3C 44
Octal 337 324 176 0 5 53 15 65 74 104
Binary 11011111 11010100 1111110 0 101 101011 1101 110101 111100 1000100

Color Harmonies of #DFD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD47E

Black with #DFD47E

Text Example


Text Example

White with #DFD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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