Html Css Color HEX #DFD772 Wild Rice

📋 copy color: '#DFD772'

red 223 ◦ green 215 ◦ blue 114

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

Shades of Wild Rice #DFD772

Tints of Wild Rice #DFD772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.95%

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

R = 40.4%
G = 38.95%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFD772 (or 0xDFD772) is known color: Wild Rice. HEX triplet: DF, D7 and 72. RGB value is (223,215,114). Sum of RGB (Red+Green+Blue) = 223+215+114=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD772 is #20288D. Grayscale: #CECECE. Windows color (decimal): -2107534 or 7526367. OLE color: 7526367.

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

Color convert

RGB 223 215 114 -
CMYK 0 0.04 0.49 0.13
HSL 55.6º 0.63% 0.66% -
HSV(B) 55.6º 0.49% 0.87% -
XYZ 57.77 65.5 25.52 -
YUV 205.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 223 215 114 0 0.04 0.49 0.13 55.6 0.63 0.66
Hex DF D7 72 0 4 31 D 38 3F 42
Octal 337 327 162 0 4 61 15 70 77 102
Binary 11011111 11010111 1110010 0 100 110001 1101 111000 111111 1000010

Color Harmonies of #DFD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD772

Black with #DFD772

Text Example


Text Example

White with #DFD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD772; }

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

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

background-color css

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

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

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

border-color css

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

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

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