Html Css Color HEX #DFD570 Wild Rice

📋 copy color: '#DFD570'

red 223 ◦ green 213 ◦ blue 112

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

Shades of Wild Rice #DFD570

Tints of Wild Rice #DFD570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 40.69%
G = 38.87%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD570 (or 0xDFD570) is known color: Wild Rice. HEX triplet: DF, D5 and 70. RGB value is (223,213,112). Sum of RGB (Red+Green+Blue) = 223+213+112=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD570 is #202A8F. Grayscale: #CCCCCC. Windows color (decimal): -2108048 or 7394783. OLE color: 7394783.

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

Color convert

RGB 223 213 112 -
CMYK 0 0.04 0.50 0.13
HSL 54.59º 0.63% 0.66% -
HSV(B) 54.59º 0.5% 0.87% -
XYZ 57.15 64.45 24.76 -
YUV 204.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 223 213 112 0 0.04 0.50 0.13 54.59 0.63 0.66
Hex DF D5 70 0 4 32 D 37 3F 42
Octal 337 325 160 0 4 62 15 67 77 102
Binary 11011111 11010101 1110000 0 100 110010 1101 110111 111111 1000010

Color Harmonies of #DFD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD570

Black with #DFD570

Text Example


Text Example

White with #DFD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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