Html Css Color HEX #DAD478 Wild Rice

📋 copy color: '#DAD478'

red 218 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #DAD478

Tints of Wild Rice #DAD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

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

R = 39.64%
G = 38.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAD478 (or 0xDAD478) is known color: Wild Rice. HEX triplet: DA, D4 and 78. RGB value is (218,212,120). Sum of RGB (Red+Green+Blue) = 218+212+120=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD478 is #252B87. Grayscale: #CBCBCB. Windows color (decimal): -2435976 or 7918810. OLE color: 7918810.

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

Color convert

RGB 218 212 120 -
CMYK 0 0.03 0.45 0.15
HSL 56.33º 0.57% 0.66% -
HSV(B) 56.33º 0.45% 0.85% -
XYZ 55.85 63.35 27.05 -
YUV 203.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 218 212 120 0 0.03 0.45 0.15 56.33 0.57 0.66
Hex DA D4 78 0 3 2D F 38 39 42
Octal 332 324 170 0 3 55 17 70 71 102
Binary 11011010 11010100 1111000 0 11 101101 1111 111000 111001 1000010

Color Harmonies of #DAD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD478

Black with #DAD478

Text Example


Text Example

White with #DAD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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