Html Css Color HEX #DFD472 Wild Rice

📋 copy color: '#DFD472'

red 223 ◦ green 212 ◦ blue 114

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

Shades of Wild Rice #DFD472

Tints of Wild Rice #DFD472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 40.62%
G = 38.62%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFD472 (or 0xDFD472) is known color: Wild Rice. HEX triplet: DF, D4 and 72. RGB value is (223,212,114). Sum of RGB (Red+Green+Blue) = 223+212+114=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD472 is #202B8D. Grayscale: #CCCCCC. Windows color (decimal): -2108302 or 7525599. OLE color: 7525599.

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

Color convert

RGB 223 212 114 -
CMYK 0 0.05 0.49 0.13
HSL 53.94º 0.63% 0.66% -
HSV(B) 53.94º 0.49% 0.87% -
XYZ 57.01 63.99 25.27 -
YUV 204.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 223 212 114 0 0.05 0.49 0.13 53.94 0.63 0.66
Hex DF D4 72 0 5 31 D 36 3F 42
Octal 337 324 162 0 5 61 15 66 77 102
Binary 11011111 11010100 1110010 0 101 110001 1101 110110 111111 1000010

Color Harmonies of #DFD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD472

Black with #DFD472

Text Example


Text Example

White with #DFD472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD472; }

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

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

background-color css

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

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

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

border-color css

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

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

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