Html Css Color HEX #DAD276 Wild Rice

📋 copy color: '#DAD276'

red 218 ◦ green 210 ◦ blue 118

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

Shades of Wild Rice #DAD276

Tints of Wild Rice #DAD276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.46%

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

R = 39.93%
G = 38.46%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD276 (or 0xDAD276) is known color: Wild Rice. HEX triplet: DA, D2 and 76. RGB value is (218,210,118). Sum of RGB (Red+Green+Blue) = 218+210+118=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD276 is #252D89. Grayscale: #CACACA. Windows color (decimal): -2436490 or 7787226. OLE color: 7787226.

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

Color convert

RGB 218 210 118 -
CMYK 0 0.04 0.46 0.15
HSL 55.2º 0.57% 0.66% -
HSV(B) 55.2º 0.46% 0.85% -
XYZ 55.23 62.31 26.25 -
YUV 201.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 218 210 118 0 0.04 0.46 0.15 55.2 0.57 0.66
Hex DA D2 76 0 4 2E F 37 39 42
Octal 332 322 166 0 4 56 17 67 71 102
Binary 11011010 11010010 1110110 0 100 101110 1111 110111 111001 1000010

Color Harmonies of #DAD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD276

Black with #DAD276

Text Example


Text Example

White with #DAD276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD276; }

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

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

background-color css

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

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

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

border-color css

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

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

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