Html Css Color HEX #DAD076 Wild Rice

📋 copy color: '#DAD076'

red 218 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #DAD076

Tints of Wild Rice #DAD076

RGB

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

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

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

R = 40.07%
G = 38.24%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD076 (or 0xDAD076) is known color: Wild Rice. HEX triplet: DA, D0 and 76. RGB value is (218,208,118). Sum of RGB (Red+Green+Blue) = 218+208+118=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD076 is #252F89. Grayscale: #C9C9C9. Windows color (decimal): -2437002 or 7786714. OLE color: 7786714.

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

Color convert

RGB 218 208 118 -
CMYK 0 0.05 0.46 0.15
HSL 54º 0.57% 0.66% -
HSV(B) 54º 0.46% 0.85% -
XYZ 54.74 61.33 26.09 -
YUV 200.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 218 208 118 0 0.05 0.46 0.15 54 0.57 0.66
Hex DA D0 76 0 5 2E F 36 39 42
Octal 332 320 166 0 5 56 17 66 71 102
Binary 11011010 11010000 1110110 0 101 101110 1111 110110 111001 1000010

Color Harmonies of #DAD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD076

Black with #DAD076

Text Example


Text Example

White with #DAD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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