Html Css Color HEX #DAD376 Wild Rice

📋 copy color: '#DAD376'

red 218 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #DAD376

Tints of Wild Rice #DAD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.57%

 BLUE value IS 118 (46.48% from 255) = 21.57%

R = 39.85%
G = 38.57%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD376 (or 0xDAD376) is known color: Wild Rice. HEX triplet: DA, D3 and 76. RGB value is (218,211,118). Sum of RGB (Red+Green+Blue) = 218+211+118=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD376 is #252C89. Grayscale: #CACACA. Windows color (decimal): -2436234 or 7787482. OLE color: 7787482.

HSL color Cylindrical-coordinate representation of color #DAD376: hue angle of 55.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAD376 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 118 -
CMYK 0 0.03 0.46 0.15
HSL 55.8º 0.57% 0.66% -
HSV(B) 55.8º 0.46% 0.85% -
XYZ 55.48 62.8 26.34 -
YUV 202.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 218 211 118 0 0.03 0.46 0.15 55.8 0.57 0.66
Hex DA D3 76 0 3 2E F 38 39 42
Octal 332 323 166 0 3 56 17 70 71 102
Binary 11011010 11010011 1110110 0 11 101110 1111 111000 111001 1000010

Color Harmonies of #DAD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD376

Black with #DAD376

Text Example


Text Example

White with #DAD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD376; }

 p { color: rgb(218,211,118); }

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

background-color css

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

 a { background-color: rgb(218,211,118); }

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

border-color css

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

 span { border-color: rgb(218,211,118); }

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