Html Css Color HEX #DFD272 Wild Rice

📋 copy color: '#DFD272'

red 223 ◦ green 210 ◦ blue 114

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

Shades of Wild Rice #DFD272

Tints of Wild Rice #DFD272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.39%

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

R = 40.77%
G = 38.39%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFD272 (or 0xDFD272) is known color: Wild Rice. HEX triplet: DF, D2 and 72. RGB value is (223,210,114). Sum of RGB (Red+Green+Blue) = 223+210+114=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD272 is #202D8D. Grayscale: #CBCBCB. Windows color (decimal): -2108814 or 7525087. OLE color: 7525087.

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

Color convert

RGB 223 210 114 -
CMYK 0 0.06 0.49 0.13
HSL 52.84º 0.63% 0.66% -
HSV(B) 52.84º 0.49% 0.87% -
XYZ 56.52 63 25.1 -
YUV 202.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 223 210 114 0 0.06 0.49 0.13 52.84 0.63 0.66
Hex DF D2 72 0 6 31 D 35 3F 42
Octal 337 322 162 0 6 61 15 65 77 102
Binary 11011111 11010010 1110010 0 110 110001 1101 110101 111111 1000010

Color Harmonies of #DFD272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD272

Black with #DFD272

Text Example


Text Example

White with #DFD272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD272; }

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

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

background-color css

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

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

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

border-color css

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

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

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