Html Css Color HEX #DACC6F Wild Rice

📋 copy color: '#DACC6F'

red 218 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #DACC6F

Tints of Wild Rice #DACC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 40.9%
G = 38.27%
B = 20.83%

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

#DACC6F (or 0xDACC6F) is known color: Wild Rice. HEX triplet: DA, CC and 6F. RGB value is (218,204,111). Sum of RGB (Red+Green+Blue) = 218+204+111=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6F is #253390. Grayscale: #C5C5C5. Windows color (decimal): -2438033 or 7326938. OLE color: 7326938.

HSL color Cylindrical-coordinate representation of color #DACC6F: hue angle of 52.15º 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 #DACC6F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 111 -
CMYK 0 0.06 0.49 0.15
HSL 52.15º 0.59% 0.65% -
HSV(B) 52.15º 0.49% 0.85% -
XYZ 53.38 59.24 23.66 -
YUV 197.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 218 204 111 0 0.06 0.49 0.15 52.15 0.59 0.65
Hex DA CC 6F 0 6 31 F 34 3B 41
Octal 332 314 157 0 6 61 17 64 73 101
Binary 11011010 11001100 1101111 0 110 110001 1111 110100 111011 1000001

Color Harmonies of #DACC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC6F

Black with #DACC6F

Text Example


Text Example

White with #DACC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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