Html Css Color HEX #DFD372 Wild Rice

📋 copy color: '#DFD372'

red 223 ◦ green 211 ◦ blue 114

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

Shades of Wild Rice #DFD372

Tints of Wild Rice #DFD372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.5%

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

R = 40.69%
G = 38.5%
B = 20.8%

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

#DFD372 (or 0xDFD372) is known color: Wild Rice. HEX triplet: DF, D3 and 72. RGB value is (223,211,114). Sum of RGB (Red+Green+Blue) = 223+211+114=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD372 is #202C8D. Grayscale: #CBCBCB. Windows color (decimal): -2108558 or 7525343. OLE color: 7525343.

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

Color convert

RGB 223 211 114 -
CMYK 0 0.05 0.49 0.13
HSL 53.39º 0.63% 0.66% -
HSV(B) 53.39º 0.49% 0.87% -
XYZ 56.76 63.49 25.18 -
YUV 203.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 223 211 114 0 0.05 0.49 0.13 53.39 0.63 0.66
Hex DF D3 72 0 5 31 D 35 3F 42
Octal 337 323 162 0 5 61 15 65 77 102
Binary 11011111 11010011 1110010 0 101 110001 1101 110101 111111 1000010

Color Harmonies of #DFD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD372

Black with #DFD372

Text Example


Text Example

White with #DFD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD372; }

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

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

background-color css

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

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

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

border-color css

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

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

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