Html Css Color HEX #DAD06F Wild Rice

📋 copy color: '#DAD06F'

red 218 ◦ green 208 ◦ blue 111

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

Shades of Wild Rice #DAD06F

Tints of Wild Rice #DAD06F

RGB

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

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

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

R = 40.6%
G = 38.73%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD06F (or 0xDAD06F) is known color: Wild Rice. HEX triplet: DA, D0 and 6F. RGB value is (218,208,111). Sum of RGB (Red+Green+Blue) = 218+208+111=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD06F is #252F90. Grayscale: #C8C8C8. Windows color (decimal): -2437009 or 7327962. OLE color: 7327962.

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

Color convert

RGB 218 208 111 -
CMYK 0 0.05 0.49 0.15
HSL 54.39º 0.59% 0.65% -
HSV(B) 54.39º 0.49% 0.85% -
XYZ 54.34 61.16 23.98 -
YUV 199.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 218 208 111 0 0.05 0.49 0.15 54.39 0.59 0.65
Hex DA D0 6F 0 5 31 F 36 3B 41
Octal 332 320 157 0 5 61 17 66 73 101
Binary 11011010 11010000 1101111 0 101 110001 1111 110110 111011 1000001

Color Harmonies of #DAD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD06F

Black with #DAD06F

Text Example


Text Example

White with #DAD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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