Html Css Color HEX #DACC6C Wild Rice

📋 copy color: '#DACC6C'

red 218 ◦ green 204 ◦ blue 108

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

Shades of Wild Rice #DACC6C

Tints of Wild Rice #DACC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 41.13%
G = 38.49%
B = 20.38%

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

#DACC6C (or 0xDACC6C) is known color: Wild Rice. HEX triplet: DA, CC and 6C. RGB value is (218,204,108). Sum of RGB (Red+Green+Blue) = 218+204+108=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6C is #253393. Grayscale: #C5C5C5. Windows color (decimal): -2438036 or 7130330. OLE color: 7130330.

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

Color convert

RGB 218 204 108 -
CMYK 0 0.06 0.50 0.15
HSL 52.36º 0.6% 0.64% -
HSV(B) 52.36º 0.5% 0.85% -
XYZ 53.21 59.17 22.8 -
YUV 197.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 218 204 108 0 0.06 0.50 0.15 52.36 0.6 0.64
Hex DA CC 6C 0 6 32 F 34 3C 40
Octal 332 314 154 0 6 62 17 64 74 100
Binary 11011010 11001100 1101100 0 110 110010 1111 110100 111100 1000000

Color Harmonies of #DACC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC6C

Black with #DACC6C

Text Example


Text Example

White with #DACC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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