Html Css Color HEX #DFD470 Wild Rice

📋 copy color: '#DFD470'

red 223 ◦ green 212 ◦ blue 112

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

Shades of Wild Rice #DFD470

Tints of Wild Rice #DFD470

RGB

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

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

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

R = 40.77%
G = 38.76%
B = 20.48%

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

#DFD470 (or 0xDFD470) is known color: Wild Rice. HEX triplet: DF, D4 and 70. RGB value is (223,212,112). Sum of RGB (Red+Green+Blue) = 223+212+112=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD470 is #202B8F. Grayscale: #CCCCCC. Windows color (decimal): -2108304 or 7394527. OLE color: 7394527.

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

Color convert

RGB 223 212 112 -
CMYK 0 0.05 0.50 0.13
HSL 54.05º 0.63% 0.66% -
HSV(B) 54.05º 0.5% 0.87% -
XYZ 56.9 63.94 24.67 -
YUV 203.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 223 212 112 0 0.05 0.50 0.13 54.05 0.63 0.66
Hex DF D4 70 0 5 32 D 36 3F 42
Octal 337 324 160 0 5 62 15 66 77 102
Binary 11011111 11010100 1110000 0 101 110010 1101 110110 111111 1000010

Color Harmonies of #DFD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD470

Black with #DFD470

Text Example


Text Example

White with #DFD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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