Html Css Color HEX #DAD175 Wild Rice

📋 copy color: '#DAD175'

red 218 ◦ green 209 ◦ blue 117

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

Shades of Wild Rice #DAD175

Tints of Wild Rice #DAD175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

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

R = 40.07%
G = 38.42%
B = 21.51%

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

#DAD175 (or 0xDAD175) is known color: Wild Rice. HEX triplet: DA, D1 and 75. RGB value is (218,209,117). Sum of RGB (Red+Green+Blue) = 218+209+117=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD175 is #252E8A. Grayscale: #C9C9C9. Windows color (decimal): -2436747 or 7721434. OLE color: 7721434.

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

Color convert

RGB 218 209 117 -
CMYK 0 0.04 0.46 0.15
HSL 54.65º 0.58% 0.66% -
HSV(B) 54.65º 0.46% 0.85% -
XYZ 54.92 61.79 25.86 -
YUV 201.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 218 209 117 0 0.04 0.46 0.15 54.65 0.58 0.66
Hex DA D1 75 0 4 2E F 37 3A 42
Octal 332 321 165 0 4 56 17 67 72 102
Binary 11011010 11010001 1110101 0 100 101110 1111 110111 111010 1000010

Color Harmonies of #DAD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD175

Black with #DAD175

Text Example


Text Example

White with #DAD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD175; }

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

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

background-color css

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

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

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

border-color css

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

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

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