Html Css Color HEX #DFD37E Wild Rice

📋 copy color: '#DFD37E'

red 223 ◦ green 211 ◦ blue 126

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

Shades of Wild Rice #DFD37E

Tints of Wild Rice #DFD37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.5%

R = 39.82%
G = 37.68%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD37E (or 0xDFD37E) is known color: Wild Rice. HEX triplet: DF, D3 and 7E. RGB value is (223,211,126). Sum of RGB (Red+Green+Blue) = 223+211+126=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD37E is #202C81. Grayscale: #CDCDCD. Windows color (decimal): -2108546 or 8311775. OLE color: 8311775.

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

Color convert

RGB 223 211 126 -
CMYK 0 0.05 0.43 0.13
HSL 52.58º 0.6% 0.68% -
HSV(B) 52.58º 0.43% 0.87% -
XYZ 57.49 63.78 29.02 -
YUV 204.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 223 211 126 0 0.05 0.43 0.13 52.58 0.6 0.68
Hex DF D3 7E 0 5 2B D 35 3C 44
Octal 337 323 176 0 5 53 15 65 74 104
Binary 11011111 11010011 1111110 0 101 101011 1101 110101 111100 1000100

Color Harmonies of #DFD37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD37E

Black with #DFD37E

Text Example


Text Example

White with #DFD37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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