Html Css Color HEX #DFD16A Wild Rice

📋 copy color: '#DFD16A'

red 223 ◦ green 209 ◦ blue 106

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

Shades of Wild Rice #DFD16A

Tints of Wild Rice #DFD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 106 (41.8% from 255) = 19.7%

R = 41.45%
G = 38.85%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD16A (or 0xDFD16A) is known color: Wild Rice. HEX triplet: DF, D1 and 6A. RGB value is (223,209,106). Sum of RGB (Red+Green+Blue) = 223+209+106=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD16A is #202E95. Grayscale: #C9C9C9. Windows color (decimal): -2109078 or 7000543. OLE color: 7000543.

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

Color convert

RGB 223 209 106 -
CMYK 0 0.06 0.52 0.13
HSL 52.82º 0.65% 0.65% -
HSV(B) 52.82º 0.52% 0.87% -
XYZ 55.83 62.33 22.72 -
YUV 201.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 223 209 106 0 0.06 0.52 0.13 52.82 0.65 0.65
Hex DF D1 6A 0 6 34 D 35 41 41
Octal 337 321 152 0 6 64 15 65 101 101
Binary 11011111 11010001 1101010 0 110 110100 1101 110101 1000001 1000001

Color Harmonies of #DFD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD16A

Black with #DFD16A

Text Example


Text Example

White with #DFD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD16A; }

 p { color: rgb(223,209,106); }

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

background-color css

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

 a { background-color: rgb(223,209,106); }

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

border-color css

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

 span { border-color: rgb(223,209,106); }

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