Html Css Color HEX #DFD36F Wild Rice

📋 copy color: '#DFD36F'

red 223 ◦ green 211 ◦ blue 111

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

Shades of Wild Rice #DFD36F

Tints of Wild Rice #DFD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 40.92%
G = 38.72%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD36F (or 0xDFD36F) is known color: Wild Rice. HEX triplet: DF, D3 and 6F. RGB value is (223,211,111). Sum of RGB (Red+Green+Blue) = 223+211+111=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD36F is #202C90. Grayscale: #CBCBCB. Windows color (decimal): -2108561 or 7328735. OLE color: 7328735.

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

Color convert

RGB 223 211 111 -
CMYK 0 0.05 0.50 0.13
HSL 53.57º 0.64% 0.65% -
HSV(B) 53.57º 0.5% 0.87% -
XYZ 56.59 63.42 24.3 -
YUV 203.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 223 211 111 0 0.05 0.50 0.13 53.57 0.64 0.65
Hex DF D3 6F 0 5 32 D 36 40 41
Octal 337 323 157 0 5 62 15 66 100 101
Binary 11011111 11010011 1101111 0 101 110010 1101 110110 1000000 1000001

Color Harmonies of #DFD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD36F

Black with #DFD36F

Text Example


Text Example

White with #DFD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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