Html Css Color HEX #DAD271 Wild Rice

📋 copy color: '#DAD271'

red 218 ◦ green 210 ◦ blue 113

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

Shades of Wild Rice #DAD271

Tints of Wild Rice #DAD271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 40.3%
G = 38.82%
B = 20.89%

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

#DAD271 (or 0xDAD271) is known color: Wild Rice. HEX triplet: DA, D2 and 71. RGB value is (218,210,113). Sum of RGB (Red+Green+Blue) = 218+210+113=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD271 is #252D8E. Grayscale: #C9C9C9. Windows color (decimal): -2436495 or 7459546. OLE color: 7459546.

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

Color convert

RGB 218 210 113 -
CMYK 0 0.04 0.48 0.15
HSL 55.43º 0.59% 0.65% -
HSV(B) 55.43º 0.48% 0.85% -
XYZ 54.94 62.19 24.73 -
YUV 201.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 218 210 113 0 0.04 0.48 0.15 55.43 0.59 0.65
Hex DA D2 71 0 4 30 F 37 3B 41
Octal 332 322 161 0 4 60 17 67 73 101
Binary 11011010 11010010 1110001 0 100 110000 1111 110111 111011 1000001

Color Harmonies of #DAD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD271

Black with #DAD271

Text Example


Text Example

White with #DAD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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