Html Css Color HEX #DFD375 Wild Rice

📋 copy color: '#DFD375'

red 223 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #DFD375

Tints of Wild Rice #DFD375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 40.47%
G = 38.29%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD375 (or 0xDFD375) is known color: Wild Rice. HEX triplet: DF, D3 and 75. RGB value is (223,211,117). Sum of RGB (Red+Green+Blue) = 223+211+117=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD375 is #202C8A. Grayscale: #CCCCCC. Windows color (decimal): -2108555 or 7721951. OLE color: 7721951.

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

Color convert

RGB 223 211 117 -
CMYK 0 0.05 0.48 0.13
HSL 53.21º 0.62% 0.67% -
HSV(B) 53.21º 0.48% 0.87% -
XYZ 56.94 63.56 26.1 -
YUV 203.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 223 211 117 0 0.05 0.48 0.13 53.21 0.62 0.67
Hex DF D3 75 0 5 30 D 35 3E 43
Octal 337 323 165 0 5 60 15 65 76 103
Binary 11011111 11010011 1110101 0 101 110000 1101 110101 111110 1000011

Color Harmonies of #DFD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD375

Black with #DFD375

Text Example


Text Example

White with #DFD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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