Html Css Color HEX #DFD473 Wild Rice

📋 copy color: '#DFD473'

red 223 ◦ green 212 ◦ blue 115

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

Shades of Wild Rice #DFD473

Tints of Wild Rice #DFD473

RGB

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

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

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

R = 40.55%
G = 38.55%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD473 (or 0xDFD473) is known color: Wild Rice. HEX triplet: DF, D4 and 73. RGB value is (223,212,115). Sum of RGB (Red+Green+Blue) = 223+212+115=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD473 is #202B8C. Grayscale: #CCCCCC. Windows color (decimal): -2108301 or 7591135. OLE color: 7591135.

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

Color convert

RGB 223 212 115 -
CMYK 0 0.05 0.48 0.13
HSL 53.89º 0.63% 0.66% -
HSV(B) 53.89º 0.48% 0.87% -
XYZ 57.07 64.01 25.57 -
YUV 204.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 223 212 115 0 0.05 0.48 0.13 53.89 0.63 0.66
Hex DF D4 73 0 5 30 D 36 3F 42
Octal 337 324 163 0 5 60 15 66 77 102
Binary 11011111 11010100 1110011 0 101 110000 1101 110110 111111 1000010

Color Harmonies of #DFD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD473

Black with #DFD473

Text Example


Text Example

White with #DFD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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