Html Css Color HEX #DFD574 Wild Rice

📋 copy color: '#DFD574'

red 223 ◦ green 213 ◦ blue 116

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

Shades of Wild Rice #DFD574

Tints of Wild Rice #DFD574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.01%

R = 40.4%
G = 38.59%
B = 21.01%

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

#DFD574 (or 0xDFD574) is known color: Wild Rice. HEX triplet: DF, D5 and 74. RGB value is (223,213,116). Sum of RGB (Red+Green+Blue) = 223+213+116=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD574 is #202A8B. Grayscale: #CDCDCD. Windows color (decimal): -2108044 or 7656927. OLE color: 7656927.

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

Color convert

RGB 223 213 116 -
CMYK 0 0.04 0.48 0.13
HSL 54.39º 0.63% 0.66% -
HSV(B) 54.39º 0.48% 0.87% -
XYZ 57.38 64.54 25.96 -
YUV 204.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 223 213 116 0 0.04 0.48 0.13 54.39 0.63 0.66
Hex DF D5 74 0 4 30 D 36 3F 42
Octal 337 325 164 0 4 60 15 66 77 102
Binary 11011111 11010101 1110100 0 100 110000 1101 110110 111111 1000010

Color Harmonies of #DFD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD574

Black with #DFD574

Text Example


Text Example

White with #DFD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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