Html Css Color HEX #DAD278 Wild Rice

📋 copy color: '#DAD278'

red 218 ◦ green 210 ◦ blue 120

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

Shades of Wild Rice #DAD278

Tints of Wild Rice #DAD278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 39.78%
G = 38.32%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAD278 (or 0xDAD278) is known color: Wild Rice. HEX triplet: DA, D2 and 78. RGB value is (218,210,120). Sum of RGB (Red+Green+Blue) = 218+210+120=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD278 is #252D87. Grayscale: #CACACA. Windows color (decimal): -2436488 or 7918298. OLE color: 7918298.

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

Color convert

RGB 218 210 120 -
CMYK 0 0.04 0.45 0.15
HSL 55.1º 0.57% 0.66% -
HSV(B) 55.1º 0.45% 0.85% -
XYZ 55.35 62.35 26.89 -
YUV 202.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 218 210 120 0 0.04 0.45 0.15 55.1 0.57 0.66
Hex DA D2 78 0 4 2D F 37 39 42
Octal 332 322 170 0 4 55 17 67 71 102
Binary 11011010 11010010 1111000 0 100 101101 1111 110111 111001 1000010

Color Harmonies of #DAD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD278

Black with #DAD278

Text Example


Text Example

White with #DAD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD278; }

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

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

background-color css

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

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

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

border-color css

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

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

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