Html Css Color HEX #DFD573 Wild Rice

📋 copy color: '#DFD573'

red 223 ◦ green 213 ◦ blue 115

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

Shades of Wild Rice #DFD573

Tints of Wild Rice #DFD573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 40.47%
G = 38.66%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD573 (or 0xDFD573) is known color: Wild Rice. HEX triplet: DF, D5 and 73. RGB value is (223,213,115). Sum of RGB (Red+Green+Blue) = 223+213+115=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD573 is #202A8C. Grayscale: #CDCDCD. Windows color (decimal): -2108045 or 7591391. OLE color: 7591391.

HSL color Cylindrical-coordinate representation of color #DFD573: hue angle of 54.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFD573 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 115 -
CMYK 0 0.04 0.48 0.13
HSL 54.44º 0.63% 0.66% -
HSV(B) 54.44º 0.48% 0.87% -
XYZ 57.32 64.51 25.65 -
YUV 204.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 223 213 115 0 0.04 0.48 0.13 54.44 0.63 0.66
Hex DF D5 73 0 4 30 D 36 3F 42
Octal 337 325 163 0 4 60 15 66 77 102
Binary 11011111 11010101 1110011 0 100 110000 1101 110110 111111 1000010

Color Harmonies of #DFD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD573

Black with #DFD573

Text Example


Text Example

White with #DFD573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD573; }

 p { color: rgb(223,213,115); }

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

background-color css

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

 a { background-color: rgb(223,213,115); }

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

border-color css

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

 span { border-color: rgb(223,213,115); }

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