Html Css Color HEX #DFD376 Wild Rice

📋 copy color: '#DFD376'

red 223 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #DFD376

Tints of Wild Rice #DFD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 40.4%
G = 38.22%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFD376 (or 0xDFD376) is known color: Wild Rice. HEX triplet: DF, D3 and 76. RGB value is (223,211,118). Sum of RGB (Red+Green+Blue) = 223+211+118=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD376 is #202C89. Grayscale: #CCCCCC. Windows color (decimal): -2108554 or 7787487. OLE color: 7787487.

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

Color convert

RGB 223 211 118 -
CMYK 0 0.05 0.47 0.13
HSL 53.14º 0.62% 0.67% -
HSV(B) 53.14º 0.47% 0.87% -
XYZ 57 63.58 26.41 -
YUV 203.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 223 211 118 0 0.05 0.47 0.13 53.14 0.62 0.67
Hex DF D3 76 0 5 2F D 35 3E 43
Octal 337 323 166 0 5 57 15 65 76 103
Binary 11011111 11010011 1110110 0 101 101111 1101 110101 111110 1000011

Color Harmonies of #DFD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD376

Black with #DFD376

Text Example


Text Example

White with #DFD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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