Html Css Color HEX #DACC6A Wild Rice

📋 copy color: '#DACC6A'

red 218 ◦ green 204 ◦ blue 106

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

Shades of Wild Rice #DACC6A

Tints of Wild Rice #DACC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.08%

R = 41.29%
G = 38.64%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DACC6A (or 0xDACC6A) is known color: Wild Rice. HEX triplet: DA, CC and 6A. RGB value is (218,204,106). Sum of RGB (Red+Green+Blue) = 218+204+106=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6A is #253395. Grayscale: #C5C5C5. Windows color (decimal): -2438038 or 6999258. OLE color: 6999258.

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

Color convert

RGB 218 204 106 -
CMYK 0 0.06 0.51 0.15
HSL 52.5º 0.6% 0.64% -
HSV(B) 52.5º 0.51% 0.85% -
XYZ 53.11 59.13 22.25 -
YUV 197.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 218 204 106 0 0.06 0.51 0.15 52.5 0.6 0.64
Hex DA CC 6A 0 6 33 F 34 3C 40
Octal 332 314 152 0 6 63 17 64 74 100
Binary 11011010 11001100 1101010 0 110 110011 1111 110100 111100 1000000

Color Harmonies of #DACC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC6A

Black with #DACC6A

Text Example


Text Example

White with #DACC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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