Html Css Color HEX #DAD16E Wild Rice

📋 copy color: '#DAD16E'

red 218 ◦ green 209 ◦ blue 110

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

Shades of Wild Rice #DAD16E

Tints of Wild Rice #DAD16E

RGB

 RED value IS 218 (85.55% from 255) = 40.6%

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 40.6%
G = 38.92%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD16E (or 0xDAD16E) is known color: Wild Rice. HEX triplet: DA, D1 and 6E. RGB value is (218,209,110). Sum of RGB (Red+Green+Blue) = 218+209+110=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD16E is #252E91. Grayscale: #C8C8C8. Windows color (decimal): -2436754 or 7262682. OLE color: 7262682.

HSL color Cylindrical-coordinate representation of color #DAD16E: hue angle of 55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD16E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 110 -
CMYK 0 0.04 0.50 0.15
HSL 55º 0.59% 0.64% -
HSV(B) 55º 0.5% 0.85% -
XYZ 54.53 61.63 23.77 -
YUV 200.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 218 209 110 0 0.04 0.50 0.15 55 0.59 0.64
Hex DA D1 6E 0 4 32 F 37 3B 40
Octal 332 321 156 0 4 62 17 67 73 100
Binary 11011010 11010001 1101110 0 100 110010 1111 110111 111011 1000000

Color Harmonies of #DAD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD16E

Black with #DAD16E

Text Example


Text Example

White with #DAD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD16E; }

 p { color: rgb(218,209,110); }

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

background-color css

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

 a { background-color: rgb(218,209,110); }

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

border-color css

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

 span { border-color: rgb(218,209,110); }

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