Html Css Color HEX #DACD6A Wild Rice

📋 copy color: '#DACD6A'

red 218 ◦ green 205 ◦ blue 106

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

Shades of Wild Rice #DACD6A

Tints of Wild Rice #DACD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 41.21%
G = 38.75%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DACD6A (or 0xDACD6A) is known color: Wild Rice. HEX triplet: DA, CD and 6A. RGB value is (218,205,106). Sum of RGB (Red+Green+Blue) = 218+205+106=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD6A is #253295. Grayscale: #C6C6C6. Windows color (decimal): -2437782 or 6999514. OLE color: 6999514.

HSL color Cylindrical-coordinate representation of color #DACD6A: hue angle of 53.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DACD6A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 205 106 -
CMYK 0 0.06 0.51 0.15
HSL 53.04º 0.6% 0.64% -
HSV(B) 53.04º 0.51% 0.85% -
XYZ 53.35 59.61 22.33 -
YUV 197.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 218 205 106 0 0.06 0.51 0.15 53.04 0.6 0.64
Hex DA CD 6A 0 6 33 F 35 3C 40
Octal 332 315 152 0 6 63 17 65 74 100
Binary 11011010 11001101 1101010 0 110 110011 1111 110101 111100 1000000

Color Harmonies of #DACD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD6A

Black with #DACD6A

Text Example


Text Example

White with #DACD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD6A; }

 p { color: rgb(218,205,106); }

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

background-color css

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

 a { background-color: rgb(218,205,106); }

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

border-color css

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

 span { border-color: rgb(218,205,106); }

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