Html Css Color HEX #DACD70 Wild Rice

📋 copy color: '#DACD70'

red 218 ◦ green 205 ◦ blue 112

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

Shades of Wild Rice #DACD70

Tints of Wild Rice #DACD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 40.75%
G = 38.32%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DACD70 (or 0xDACD70) is known color: Wild Rice. HEX triplet: DA, CD and 70. RGB value is (218,205,112). Sum of RGB (Red+Green+Blue) = 218+205+112=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD70 is #25328F. Grayscale: #C6C6C6. Windows color (decimal): -2437776 or 7392730. OLE color: 7392730.

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

Color convert

RGB 218 205 112 -
CMYK 0 0.06 0.49 0.15
HSL 52.64º 0.59% 0.65% -
HSV(B) 52.64º 0.49% 0.85% -
XYZ 53.67 59.74 24.03 -
YUV 198.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 218 205 112 0 0.06 0.49 0.15 52.64 0.59 0.65
Hex DA CD 70 0 6 31 F 35 3B 41
Octal 332 315 160 0 6 61 17 65 73 101
Binary 11011010 11001101 1110000 0 110 110001 1111 110101 111011 1000001

Color Harmonies of #DACD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD70

Black with #DACD70

Text Example


Text Example

White with #DACD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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