Html Css Color HEX #DAD275 Wild Rice

📋 copy color: '#DAD275'

red 218 ◦ green 210 ◦ blue 117

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

Shades of Wild Rice #DAD275

Tints of Wild Rice #DAD275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 40%
G = 38.53%
B = 21.47%

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

#DAD275 (or 0xDAD275) is known color: Wild Rice. HEX triplet: DA, D2 and 75. RGB value is (218,210,117). Sum of RGB (Red+Green+Blue) = 218+210+117=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD275 is #252D8A. Grayscale: #CACACA. Windows color (decimal): -2436491 or 7721690. OLE color: 7721690.

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

Color convert

RGB 218 210 117 -
CMYK 0 0.04 0.46 0.15
HSL 55.25º 0.58% 0.66% -
HSV(B) 55.25º 0.46% 0.85% -
XYZ 55.17 62.28 25.94 -
YUV 201.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 218 210 117 0 0.04 0.46 0.15 55.25 0.58 0.66
Hex DA D2 75 0 4 2E F 37 3A 42
Octal 332 322 165 0 4 56 17 67 72 102
Binary 11011010 11010010 1110101 0 100 101110 1111 110111 111010 1000010

Color Harmonies of #DAD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD275

Black with #DAD275

Text Example


Text Example

White with #DAD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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