Html Css Color HEX #DFD16F Wild Rice

📋 copy color: '#DFD16F'

red 223 ◦ green 209 ◦ blue 111

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

Shades of Wild Rice #DFD16F

Tints of Wild Rice #DFD16F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.49%

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 41.07%
G = 38.49%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD16F (or 0xDFD16F) is known color: Wild Rice. HEX triplet: DF, D1 and 6F. RGB value is (223,209,111). Sum of RGB (Red+Green+Blue) = 223+209+111=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD16F is #202E90. Grayscale: #CACACA. Windows color (decimal): -2109073 or 7328223. OLE color: 7328223.

HSL color Cylindrical-coordinate representation of color #DFD16F: hue angle of 52.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD16F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 209 111 -
CMYK 0 0.06 0.50 0.13
HSL 52.5º 0.64% 0.65% -
HSV(B) 52.5º 0.5% 0.87% -
XYZ 56.1 62.44 24.13 -
YUV 202.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 223 209 111 0 0.06 0.50 0.13 52.5 0.64 0.65
Hex DF D1 6F 0 6 32 D 34 40 41
Octal 337 321 157 0 6 62 15 64 100 101
Binary 11011111 11010001 1101111 0 110 110010 1101 110100 1000000 1000001

Color Harmonies of #DFD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD16F

Black with #DFD16F

Text Example


Text Example

White with #DFD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD16F; }

 p { color: rgb(223,209,111); }

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

background-color css

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

 a { background-color: rgb(223,209,111); }

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

border-color css

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

 span { border-color: rgb(223,209,111); }

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