Html Css Color HEX #DFD46D Wild Rice

📋 copy color: '#DFD46D'

red 223 ◦ green 212 ◦ blue 109

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

Shades of Wild Rice #DFD46D

Tints of Wild Rice #DFD46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.04%

R = 40.99%
G = 38.97%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFD46D (or 0xDFD46D) is known color: Wild Rice. HEX triplet: DF, D4 and 6D. RGB value is (223,212,109). Sum of RGB (Red+Green+Blue) = 223+212+109=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46D is #202B92. Grayscale: #CBCBCB. Windows color (decimal): -2108307 or 7197919. OLE color: 7197919.

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

Color convert

RGB 223 212 109 -
CMYK 0 0.05 0.51 0.13
HSL 54.21º 0.64% 0.65% -
HSV(B) 54.21º 0.51% 0.87% -
XYZ 56.74 63.88 23.81 -
YUV 203.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 223 212 109 0 0.05 0.51 0.13 54.21 0.64 0.65
Hex DF D4 6D 0 5 33 D 36 40 41
Octal 337 324 155 0 5 63 15 66 100 101
Binary 11011111 11010100 1101101 0 101 110011 1101 110110 1000000 1000001

Color Harmonies of #DFD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD46D

Black with #DFD46D

Text Example


Text Example

White with #DFD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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