Html Css Color HEX #DAD47A Wild Rice

📋 copy color: '#DAD47A'

red 218 ◦ green 212 ◦ blue 122

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

Shades of Wild Rice #DAD47A

Tints of Wild Rice #DAD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

 BLUE value IS 122 (48.05% from 255) = 22.1%

R = 39.49%
G = 38.41%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAD47A (or 0xDAD47A) is known color: Wild Rice. HEX triplet: DA, D4 and 7A. RGB value is (218,212,122). Sum of RGB (Red+Green+Blue) = 218+212+122=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD47A is #252B85. Grayscale: #CBCBCB. Windows color (decimal): -2435974 or 8049882. OLE color: 8049882.

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

Color convert

RGB 218 212 122 -
CMYK 0 0.03 0.44 0.15
HSL 56.25º 0.56% 0.67% -
HSV(B) 56.25º 0.44% 0.85% -
XYZ 55.97 63.4 27.7 -
YUV 203.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 218 212 122 0 0.03 0.44 0.15 56.25 0.56 0.67
Hex DA D4 7A 0 3 2C F 38 38 43
Octal 332 324 172 0 3 54 17 70 70 103
Binary 11011010 11010100 1111010 0 11 101100 1111 111000 111000 1000011

Color Harmonies of #DAD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD47A

Black with #DAD47A

Text Example


Text Example

White with #DAD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD47A; }

 p { color: rgb(218,212,122); }

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

background-color css

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

 a { background-color: rgb(218,212,122); }

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

border-color css

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

 span { border-color: rgb(218,212,122); }

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