Html Css Color HEX #DFD072 Wild Rice

📋 copy color: '#DFD072'

red 223 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #DFD072

Tints of Wild Rice #DFD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.17%

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

R = 40.92%
G = 38.17%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFD072 (or 0xDFD072) is known color: Wild Rice. HEX triplet: DF, D0 and 72. RGB value is (223,208,114). Sum of RGB (Red+Green+Blue) = 223+208+114=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD072 is #202F8D. Grayscale: #CACACA. Windows color (decimal): -2109326 or 7524575. OLE color: 7524575.

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

Color convert

RGB 223 208 114 -
CMYK 0 0.07 0.49 0.13
HSL 51.74º 0.63% 0.66% -
HSV(B) 51.74º 0.49% 0.87% -
XYZ 56.02 62.01 24.94 -
YUV 201.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 223 208 114 0 0.07 0.49 0.13 51.74 0.63 0.66
Hex DF D0 72 0 7 31 D 34 3F 42
Octal 337 320 162 0 7 61 15 64 77 102
Binary 11011111 11010000 1110010 0 111 110001 1101 110100 111111 1000010

Color Harmonies of #DFD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD072

Black with #DFD072

Text Example


Text Example

White with #DFD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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