Html Css Color HEX #DFD377 Wild Rice

📋 copy color: '#DFD377'

red 223 ◦ green 211 ◦ blue 119

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

Shades of Wild Rice #DFD377

Tints of Wild Rice #DFD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 40.33%
G = 38.16%
B = 21.52%

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

#DFD377 (or 0xDFD377) is known color: Wild Rice. HEX triplet: DF, D3 and 77. RGB value is (223,211,119). Sum of RGB (Red+Green+Blue) = 223+211+119=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD377 is #202C88. Grayscale: #CCCCCC. Windows color (decimal): -2108553 or 7853023. OLE color: 7853023.

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

Color convert

RGB 223 211 119 -
CMYK 0 0.05 0.47 0.13
HSL 53.08º 0.62% 0.67% -
HSV(B) 53.08º 0.47% 0.87% -
XYZ 57.06 63.61 26.72 -
YUV 204.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 223 211 119 0 0.05 0.47 0.13 53.08 0.62 0.67
Hex DF D3 77 0 5 2F D 35 3E 43
Octal 337 323 167 0 5 57 15 65 76 103
Binary 11011111 11010011 1110111 0 101 101111 1101 110101 111110 1000011

Color Harmonies of #DFD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD377

Black with #DFD377

Text Example


Text Example

White with #DFD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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