Html Css Color HEX #DAD37C Wild Rice

📋 copy color: '#DAD37C'

red 218 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #DAD37C

Tints of Wild Rice #DAD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

 BLUE value IS 124 (48.83% from 255) = 22.42%

R = 39.42%
G = 38.16%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAD37C (or 0xDAD37C) is known color: Wild Rice. HEX triplet: DA, D3 and 7C. RGB value is (218,211,124). Sum of RGB (Red+Green+Blue) = 218+211+124=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD37C is #252C83. Grayscale: #CBCBCB. Windows color (decimal): -2436228 or 8180698. OLE color: 8180698.

HSL color Cylindrical-coordinate representation of color #DAD37C: hue angle of 55.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD37C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 124 -
CMYK 0 0.03 0.43 0.15
HSL 55.53º 0.56% 0.67% -
HSV(B) 55.53º 0.43% 0.85% -
XYZ 55.85 62.95 28.28 -
YUV 203.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 218 211 124 0 0.03 0.43 0.15 55.53 0.56 0.67
Hex DA D3 7C 0 3 2B F 38 38 43
Octal 332 323 174 0 3 53 17 70 70 103
Binary 11011010 11010011 1111100 0 11 101011 1111 111000 111000 1000011

Color Harmonies of #DAD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD37C

Black with #DAD37C

Text Example


Text Example

White with #DAD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD37C; }

 p { color: rgb(218,211,124); }

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

background-color css

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

 a { background-color: rgb(218,211,124); }

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

border-color css

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

 span { border-color: rgb(218,211,124); }

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