Html Css Color HEX #DACF6D Wild Rice

📋 copy color: '#DACF6D'

red 218 ◦ green 207 ◦ blue 109

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

Shades of Wild Rice #DACF6D

Tints of Wild Rice #DACF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

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

R = 40.82%
G = 38.76%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DACF6D (or 0xDACF6D) is known color: Wild Rice. HEX triplet: DA, CF and 6D. RGB value is (218,207,109). Sum of RGB (Red+Green+Blue) = 218+207+109=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF6D is #253092. Grayscale: #C7C7C7. Windows color (decimal): -2437267 or 7196634. OLE color: 7196634.

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

Color convert

RGB 218 207 109 -
CMYK 0 0.05 0.5 0.15
HSL 53.94º 0.6% 0.64% -
HSV(B) 53.94º 0.5% 0.85% -
XYZ 53.99 60.64 23.33 -
YUV 199.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 218 207 109 0 0.05 0.5 0.15 53.94 0.6 0.64
Hex DA CF 6D 0 5 32 F 36 3C 40
Octal 332 317 155 0 5 62 17 66 74 100
Binary 11011010 11001111 1101101 0 101 110010 1111 110110 111100 1000000

Color Harmonies of #DACF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF6D

Black with #DACF6D

Text Example


Text Example

White with #DACF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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