Html Css Color HEX #DACC6D Wild Rice

📋 copy color: '#DACC6D'

red 218 ◦ green 204 ◦ blue 109

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

Shades of Wild Rice #DACC6D

Tints of Wild Rice #DACC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.53%

R = 41.05%
G = 38.42%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DACC6D (or 0xDACC6D) is known color: Wild Rice. HEX triplet: DA, CC and 6D. RGB value is (218,204,109). Sum of RGB (Red+Green+Blue) = 218+204+109=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6D is #253392. Grayscale: #C5C5C5. Windows color (decimal): -2438035 or 7195866. OLE color: 7195866.

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

Color convert

RGB 218 204 109 -
CMYK 0 0.06 0.5 0.15
HSL 52.29º 0.6% 0.64% -
HSV(B) 52.29º 0.5% 0.85% -
XYZ 53.27 59.2 23.09 -
YUV 197.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 218 204 109 0 0.06 0.5 0.15 52.29 0.6 0.64
Hex DA CC 6D 0 6 32 F 34 3C 40
Octal 332 314 155 0 6 62 17 64 74 100
Binary 11011010 11001100 1101101 0 110 110010 1111 110100 111100 1000000

Color Harmonies of #DACC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC6D

Black with #DACC6D

Text Example


Text Example

White with #DACC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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