Html Css Color HEX #DACC6E Wild Rice

📋 copy color: '#DACC6E'

red 218 ◦ green 204 ◦ blue 110

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

Shades of Wild Rice #DACC6E

Tints of Wild Rice #DACC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 40.98%
G = 38.35%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DACC6E (or 0xDACC6E) is known color: Wild Rice. HEX triplet: DA, CC and 6E. RGB value is (218,204,110). Sum of RGB (Red+Green+Blue) = 218+204+110=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6E is #253391. Grayscale: #C5C5C5. Windows color (decimal): -2438034 or 7261402. OLE color: 7261402.

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

Color convert

RGB 218 204 110 -
CMYK 0 0.06 0.50 0.15
HSL 52.22º 0.59% 0.64% -
HSV(B) 52.22º 0.5% 0.85% -
XYZ 53.32 59.22 23.37 -
YUV 197.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 218 204 110 0 0.06 0.50 0.15 52.22 0.59 0.64
Hex DA CC 6E 0 6 32 F 34 3B 40
Octal 332 314 156 0 6 62 17 64 73 100
Binary 11011010 11001100 1101110 0 110 110010 1111 110100 111011 1000000

Color Harmonies of #DACC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC6E

Black with #DACC6E

Text Example


Text Example

White with #DACC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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