Html Css Color HEX #DACC76 Wild Rice

📋 copy color: '#DACC76'

red 218 ◦ green 204 ◦ blue 118

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

Shades of Wild Rice #DACC76

Tints of Wild Rice #DACC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 40.37%
G = 37.78%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DACC76 (or 0xDACC76) is known color: Wild Rice. HEX triplet: DA, CC and 76. RGB value is (218,204,118). Sum of RGB (Red+Green+Blue) = 218+204+118=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC76 is #253389. Grayscale: #C6C6C6. Windows color (decimal): -2438026 or 7785690. OLE color: 7785690.

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

Color convert

RGB 218 204 118 -
CMYK 0 0.06 0.46 0.15
HSL 51.6º 0.57% 0.66% -
HSV(B) 51.6º 0.46% 0.85% -
XYZ 53.78 59.4 25.77 -
YUV 198.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 218 204 118 0 0.06 0.46 0.15 51.6 0.57 0.66
Hex DA CC 76 0 6 2E F 34 39 42
Octal 332 314 166 0 6 56 17 64 71 102
Binary 11011010 11001100 1110110 0 110 101110 1111 110100 111001 1000010

Color Harmonies of #DACC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC76

Black with #DACC76

Text Example


Text Example

White with #DACC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC76; }

 p { color: rgb(218,204,118); }

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

background-color css

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

 a { background-color: rgb(218,204,118); }

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

border-color css

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

 span { border-color: rgb(218,204,118); }

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