Html Css Color HEX #DAD16F Wild Rice

📋 copy color: '#DAD16F'

red 218 ◦ green 209 ◦ blue 111

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

Shades of Wild Rice #DAD16F

Tints of Wild Rice #DAD16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.63%

R = 40.52%
G = 38.85%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD16F (or 0xDAD16F) is known color: Wild Rice. HEX triplet: DA, D1 and 6F. RGB value is (218,209,111). Sum of RGB (Red+Green+Blue) = 218+209+111=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD16F is #252E90. Grayscale: #C8C8C8. Windows color (decimal): -2436753 or 7328218. OLE color: 7328218.

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

Color convert

RGB 218 209 111 -
CMYK 0 0.04 0.49 0.15
HSL 54.95º 0.59% 0.65% -
HSV(B) 54.95º 0.49% 0.85% -
XYZ 54.58 61.65 24.06 -
YUV 200.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 218 209 111 0 0.04 0.49 0.15 54.95 0.59 0.65
Hex DA D1 6F 0 4 31 F 37 3B 41
Octal 332 321 157 0 4 61 17 67 73 101
Binary 11011010 11010001 1101111 0 100 110001 1111 110111 111011 1000001

Color Harmonies of #DAD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD16F

Black with #DAD16F

Text Example


Text Example

White with #DAD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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