Html Css Color HEX #DFD47F Wild Rice

📋 copy color: '#DFD47F'

red 223 ◦ green 212 ◦ blue 127

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

Shades of Wild Rice #DFD47F

Tints of Wild Rice #DFD47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.6%

R = 39.68%
G = 37.72%
B = 22.6%

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

#DFD47F (or 0xDFD47F) is known color: Wild Rice. HEX triplet: DF, D4 and 7F. RGB value is (223,212,127). Sum of RGB (Red+Green+Blue) = 223+212+127=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD47F is #202B80. Grayscale: #CDCDCD. Windows color (decimal): -2108289 or 8377567. OLE color: 8377567.

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

Color convert

RGB 223 212 127 -
CMYK 0 0.05 0.43 0.13
HSL 53.13º 0.6% 0.69% -
HSV(B) 53.13º 0.43% 0.87% -
XYZ 57.81 64.31 29.44 -
YUV 205.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 223 212 127 0 0.05 0.43 0.13 53.13 0.6 0.69
Hex DF D4 7F 0 5 2B D 35 3C 45
Octal 337 324 177 0 5 53 15 65 74 105
Binary 11011111 11010100 1111111 0 101 101011 1101 110101 111100 1000101

Color Harmonies of #DFD47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD47F

Black with #DFD47F

Text Example


Text Example

White with #DFD47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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