Html Css Color HEX #DFD475 Wild Rice

📋 copy color: '#DFD475'

red 223 ◦ green 212 ◦ blue 117

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

Shades of Wild Rice #DFD475

Tints of Wild Rice #DFD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 40.4%
G = 38.41%
B = 21.2%

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

#DFD475 (or 0xDFD475) is known color: Wild Rice. HEX triplet: DF, D4 and 75. RGB value is (223,212,117). Sum of RGB (Red+Green+Blue) = 223+212+117=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD475 is #202B8A. Grayscale: #CCCCCC. Windows color (decimal): -2108299 or 7722207. OLE color: 7722207.

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

Color convert

RGB 223 212 117 -
CMYK 0 0.05 0.48 0.13
HSL 53.77º 0.62% 0.67% -
HSV(B) 53.77º 0.48% 0.87% -
XYZ 57.19 64.06 26.18 -
YUV 204.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 223 212 117 0 0.05 0.48 0.13 53.77 0.62 0.67
Hex DF D4 75 0 5 30 D 36 3E 43
Octal 337 324 165 0 5 60 15 66 76 103
Binary 11011111 11010100 1110101 0 101 110000 1101 110110 111110 1000011

Color Harmonies of #DFD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD475

Black with #DFD475

Text Example


Text Example

White with #DFD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD475; }

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

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

background-color css

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

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

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

border-color css

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

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

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