Html Css Color HEX #DAD172 Wild Rice

📋 copy color: '#DAD172'

red 218 ◦ green 209 ◦ blue 114

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

Shades of Wild Rice #DAD172

Tints of Wild Rice #DAD172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 40.3%
G = 38.63%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAD172 (or 0xDAD172) is known color: Wild Rice. HEX triplet: DA, D1 and 72. RGB value is (218,209,114). Sum of RGB (Red+Green+Blue) = 218+209+114=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD172 is #252E8D. Grayscale: #C9C9C9. Windows color (decimal): -2436750 or 7524826. OLE color: 7524826.

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

Color convert

RGB 218 209 114 -
CMYK 0 0.04 0.48 0.15
HSL 54.81º 0.58% 0.65% -
HSV(B) 54.81º 0.48% 0.85% -
XYZ 54.75 61.72 24.95 -
YUV 200.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 218 209 114 0 0.04 0.48 0.15 54.81 0.58 0.65
Hex DA D1 72 0 4 30 F 37 3A 41
Octal 332 321 162 0 4 60 17 67 72 101
Binary 11011010 11010001 1110010 0 100 110000 1111 110111 111010 1000001

Color Harmonies of #DAD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD172

Black with #DAD172

Text Example


Text Example

White with #DAD172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD172; }

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

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

background-color css

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

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

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

border-color css

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

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

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