Html Css Color HEX #DAD06E Wild Rice

📋 copy color: '#DAD06E'

red 218 ◦ green 208 ◦ blue 110

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

Shades of Wild Rice #DAD06E

Tints of Wild Rice #DAD06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 40.67%
G = 38.81%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD06E (or 0xDAD06E) is known color: Wild Rice. HEX triplet: DA, D0 and 6E. RGB value is (218,208,110). Sum of RGB (Red+Green+Blue) = 218+208+110=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD06E is #252F91. Grayscale: #C8C8C8. Windows color (decimal): -2437010 or 7262426. OLE color: 7262426.

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

Color convert

RGB 218 208 110 -
CMYK 0 0.05 0.50 0.15
HSL 54.44º 0.59% 0.64% -
HSV(B) 54.44º 0.5% 0.85% -
XYZ 54.28 61.14 23.69 -
YUV 199.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 218 208 110 0 0.05 0.50 0.15 54.44 0.59 0.64
Hex DA D0 6E 0 5 32 F 36 3B 40
Octal 332 320 156 0 5 62 17 66 73 100
Binary 11011010 11010000 1101110 0 101 110010 1111 110110 111011 1000000

Color Harmonies of #DAD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD06E

Black with #DAD06E

Text Example


Text Example

White with #DAD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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